️(app-desk) remove firefox from e2e tests

- Remove Firefox testing, Firefox browser seems unstable with
Playwright, most of the time the failing tests are the one
with Firefox, Firefox is only 3% of the browser.
- Improve some naming in the test creation to avoid
conflit name.
This commit is contained in:
Anthony LC
2024-03-29 14:26:59 +01:00
committed by Anthony LC
parent 480d8277cc
commit bf1450cfa7
3 changed files with 8 additions and 14 deletions

View File

@@ -46,12 +46,6 @@ export default defineConfig({
name: 'chromium',
use: { ...devices['Desktop Chrome'], locale: 'en-US' },
},
{
name: 'firefox',
use: { ...devices['Desktop Firefox'], locale: 'en-US' },
},
{
name: 'webkit',
use: { ...devices['Desktop Safari'], locale: 'en-US' },