mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(test): make m2m RBAC console integration test stable (#4757)
This commit is contained in:
parent
7ea5b94178
commit
4c7d80ea60
1 changed files with 5 additions and 0 deletions
|
@ -180,6 +180,11 @@ describe('M2M RBAC', () => {
|
|||
});
|
||||
|
||||
it('assign a permission to a role on the role details page', async () => {
|
||||
// Wait for the deletion confirmation modal to disappear.
|
||||
await page.waitForSelector('.ReactModalPortal div[class$=header] div[class$=titleEllipsis]', {
|
||||
hidden: true,
|
||||
});
|
||||
|
||||
await expect(page).toClick('div[class$=filter] button span', {
|
||||
text: 'Assign permissions',
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue