Skip to content

Commit

Permalink
Revert "Pavantest" (#347)
Browse files Browse the repository at this point in the history
Revert "Pavantest (#345)"

This reverts commit 32c1d43.
  • Loading branch information
Dli3 authored May 20, 2024
1 parent 32c1d43 commit cacf8fa
Show file tree
Hide file tree
Showing 10 changed files with 7,767 additions and 9,614 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
// allow reassigning param
'no-console': 'off',
'no-param-reassign': [2, { props: false }],
'linebreak-style': ['error', 'unix', 'windows'],
'linebreak-style': ['error', 'unix'],
'import/extensions': ['error', { js: 'always' }],
'object-curly-newline': ['error', {
ObjectExpression: { multiline: true, minProperties: 6 },
Expand Down
26 changes: 1 addition & 25 deletions configs/feds.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,34 +40,11 @@ const config = {

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
// baseURL: process.env.BASE_URL || envs['@milo_live'] || 'https://main--milo--adobecom.hlx.live',
baseURL: process.env.BASE_URL || envs['@adobe_prod'] || 'https://adobe.com',
baseURL: process.env.BASE_URL || envs['@milo_live'] || 'https://main--milo--adobecom.hlx.live',
},

/* Configure projects for major browsers */
projects: [
{
name: 'adobe-prod-chrome',
use: {
...devices['Desktop Chrome'],
baseURL: envs['@adobe_prod'],
},
},
{
name: 'adobe-prod-firefox',
use: {
...devices['Desktop Firefox'],
baseURL: envs['@adobe_prod'],
},
},

{
name: 'adobe-prod-webkit',
use: {
...devices['Desktop Safari'],
baseURL: envs['@adobe_prod'],
},
},
{
name: 'feds-live-chrome',
use: {
Expand All @@ -93,4 +70,3 @@ const config = {
],
};
module.exports = config;

57 changes: 0 additions & 57 deletions features/feds/creativeCloudUnavSanity.spec.js

This file was deleted.

Loading

0 comments on commit cacf8fa

Please sign in to comment.