Skip to content

Commit

Permalink
check audio project notification in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbykumar706584 committed Oct 4, 2023
1 parent 9f6aacf commit ccececa
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 @@ -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)
})
Expand Down

0 comments on commit ccececa

Please sign in to comment.