Skip to content

Commit

Permalink
check audio project name in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbykumar706584 committed Oct 4, 2023
1 parent e5429b7 commit 9f6aacf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e-tests/base.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ test('Search an audio project in all projects list', async ({ audioProject }) =>
await searchProject(window, expect, audioProject, 'audio')
});

test('Click and Check the audio project name in the editor', async ({ audioProject }) => {
await checkProjectName(window, expect, audioProject)
});

test("Sign out the Application", async () => {
await signOut(window, expect)
Expand Down

0 comments on commit 9f6aacf

Please sign in to comment.