Skip to content

Commit

Permalink
export audio project
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbykumar706584 committed Sep 27, 2023
1 parent 73c3c8e commit fefca3f
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 @@ -253,6 +253,10 @@ test("Export obs project in Downloads folder", async ({ obsProject }) => {
await exportProject(window, expect, obsProject)
})

test("Export audio audio in Downloads folder", async ({ audioProject }) => {
await exportProject(window, expect, audioProject)
})


test("Logout and delete that playwright user from the backend", async ({ userName }) => {
// user json
Expand Down

0 comments on commit fefca3f

Please sign in to comment.