diff --git a/e2e-tests/base.test.ts b/e2e-tests/base.test.ts index 9a3c0cc25..4470e6e87 100644 --- a/e2e-tests/base.test.ts +++ b/e2e-tests/base.test.ts @@ -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') }); @@ -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)