Skip to content

Commit 0272cbd

Browse files
committed
test: add notification check for copying token
1 parent 31b327e commit 0272cbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/portal/03-access-control/3.0-general.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ test.describe('03.0 Access Control. General.', () => {
510510
await test.step('Copy token', async () => {
511511
const token = await accessTokensTab.copyToken()
512512

513+
await expect(portalPage.snackbar).toContainText('Access token copied')
513514
await expectText(token).toMatch(/[a-z0-9]+/)
514515
})
515516
})

0 commit comments

Comments
 (0)