0
Fork 0
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:
Darcy Ye 2023-10-26 10:41:39 +08:00 committed by GitHub
parent 7ea5b94178
commit 4c7d80ea60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
});