chore: update Playwright tests and remove examples
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m36s
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m36s
This commit is contained in:
parent
b30a40fe07
commit
6c1ec524ec
6 changed files with 44 additions and 467 deletions
|
@ -39,16 +39,6 @@ export default defineConfig({
|
|||
use: { ...devices['Desktop Chrome'] },
|
||||
},
|
||||
|
||||
{
|
||||
name: 'firefox',
|
||||
use: { ...devices['Desktop Firefox'] },
|
||||
},
|
||||
|
||||
{
|
||||
name: 'webkit',
|
||||
use: { ...devices['Desktop Safari'] },
|
||||
},
|
||||
|
||||
/* Test against mobile viewports. */
|
||||
// {
|
||||
// name: 'Mobile Chrome',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue