Skip to content

Commit

Permalink
Merge branch 'main' into EVEREST-1717-rbac-ui-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-silva authored Dec 30, 2024
2 parents f2ed3b2 + ffd8151 commit dd4d952
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 @@ -120,8 +120,6 @@ export default defineConfig({
{
name: 'pr',
use: {
browserName: 'chromium',
channel: 'chrome',
storageState: STORAGE_STATE_FILE,
},
testDir: 'pr',
Expand All @@ -131,8 +129,6 @@ export default defineConfig({
{
name: 'release',
use: {
browserName: 'chromium',
channel: 'chrome',
storageState: STORAGE_STATE_FILE,
actionTimeout: 10000,
},
Expand All @@ -142,8 +138,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 dd4d952

Please sign in to comment.