Skip to content

Commit

Permalink
EVEREST-107 fix playwright config for slow chrome (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko authored Dec 29, 2024
1 parent 56dddd9 commit ffd8151
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ui/apps/everest/.e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ export default defineConfig({
{
name: 'pr',
use: {
browserName: 'chromium',
channel: 'chrome',
storageState: STORAGE_STATE_FILE,
},
testDir: 'pr',
Expand All @@ -102,8 +100,6 @@ export default defineConfig({
{
name: 'release',
use: {
browserName: 'chromium',
channel: 'chrome',
storageState: STORAGE_STATE_FILE,
actionTimeout: 10000,
},
Expand All @@ -113,8 +109,6 @@ export default defineConfig({
{
name: 'upgrade',
use: {
browserName: 'chromium',
channel: 'chrome',
storageState: STORAGE_STATE_FILE,
video: 'retain-on-failure',
actionTimeout: 10000,
Expand Down

0 comments on commit ffd8151

Please sign in to comment.