diff --git a/e2e-tests/base.test.ts b/e2e-tests/base.test.ts index ce32a4be2..6a971f069 100644 --- a/e2e-tests/base.test.ts +++ b/e2e-tests/base.test.ts @@ -224,6 +224,11 @@ test('Click and Check the audio project name in the editor', async ({ audioProje await checkProjectName(window, expect, audioProject) }); +test('Check audio project Notifications', async () => { + await checkNotification(window, expect) +}); + + test("Sign out the Application", async () => { await signOut(window, expect) })