Skip to content

Commit

Permalink
go to projects page from audio editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbykumar706584 committed Oct 4, 2023
1 parent ccececa commit f4757da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e-tests/base.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f4757da

Please sign in to comment.