Skip to content

Commit

Permalink
archive/unarchive obs and audio project
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbykumar706584 committed Oct 9, 2023
1 parent 4dc044b commit 32689a4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions e2e-tests/base.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,22 @@ test("Restore text translation project from archived page", async ({ textProject
await unarchivedProjects(window, expect, textProject)
})

test("Archive obs project", async ({ obsProject }) => {
await archivedProjects(window, expect, obsProject)
})

test("Restore the obs project from archived page", async ({ obsProject }) => {
await unarchivedProjects(window, expect, obsProject)
})

test("Archive audio project", async ({ audioProject }) => {
await archivedProjects(window, expect, audioProject)
})

test("Restore the audio project from the archived page", async ({ audioProject }) => {
await unarchivedProjects(window, expect, audioProject)
})


/*signing out */
test("Sign out the Application", async () => {
Expand Down

0 comments on commit 32689a4

Please sign in to comment.