Skip to content

Commit

Permalink
search obs project
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbykumar706584 committed Sep 27, 2023
1 parent f264b47 commit 838ecff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion e2e-tests/base.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ test("Unstar the audio project", async ({ audioProject }) => {
await unstarProject(window, expect, audioProject)
})


// text transaltion project
test('Search a text project in all projects list', async ({ textProject }) => {
await searchProject(window, expect, textProject, 'translation')
});
Expand All @@ -148,6 +148,12 @@ test('Return to the projects page', async () => {
});


// obs project
test('Search an obs project in all projects list', async ({ obsProject }) => {
await searchProject(window, expect, obsProject, 'obs')
});


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 838ecff

Please sign in to comment.