Skip to content

Commit

Permalink
return to project page from audio editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbykumar706584 committed Sep 27, 2023
1 parent b88b250 commit 451afdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions e2e-tests/base.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ 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("Logout and delete that playwright user from the backend", async ({ userName }) => {
// user json
const json = await userJson(window, packageInfo, fs, path)
Expand Down

0 comments on commit 451afdb

Please sign in to comment.