From f4757daa702fd92a0dbab6be000089deed68004f Mon Sep 17 00:00:00 2001 From: Bobbykumar706584 Date: Wed, 4 Oct 2023 16:14:29 +0530 Subject: [PATCH] go to projects page from audio editor --- e2e-tests/base.test.ts | 4 ++++ 1 file changed, 4 insertions(+) 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)