diff --git a/e2e-tests/base.test.ts b/e2e-tests/base.test.ts index 6a971f069..e5b7d353d 100644 --- a/e2e-tests/base.test.ts +++ b/e2e-tests/base.test.ts @@ -228,6 +228,10 @@ test('Check audio project Notifications', async () => { await checkNotification(window, expect) }); +test('Return to the projects page from audio editor', async () => { + await goToProjectPage(window, expect) +}); + test("Sign out the Application", async () => { await signOut(window, expect)