Skip to content

Commit

Permalink
refactor: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
longyulongyu committed Nov 1, 2024
1 parent 94ac6ab commit 16179ba
Show file tree
Hide file tree
Showing 353 changed files with 6,661 additions and 15,082 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@adyen/adyen-web-e2e","@adyen/adyen-web-playwright","@adyen/adyen-web-playground","@adyen/adyen-web-server"]
"ignore": ["@adyen/adyen-web-playwright","@adyen/adyen-web-playground","@adyen/adyen-web-server"]
}
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
fail-fast: false
matrix:
node-version: [20.12.2]
api-version: ["v71"]
# api-version: ["v68", "v69", "v70", "v71"]
api-version: ["v69", "v70", "v71"]
# node-version: [16.x, 18.x, 19.x]
# Currently 18 and 19 are not supported, still keeping it
# as a reminder for compatibility check
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"test:watch": "yarn workspace @adyen/adyen-web test:watch",
"test:coverage": "yarn workspace @adyen/adyen-web test:coverage",
"test:e2e": "yarn workspace @adyen/adyen-web-playwright test:headless",
"test:e2e-testcafe": "yarn build && yarn workspace @adyen/adyen-web-e2e test:e2e",
"type-check": "yarn workspace @adyen/adyen-web type-check",
"prepare": "yarn workspace @adyen/adyen-web prepare",
"changeset": "changeset",
Expand Down
3 changes: 0 additions & 3 deletions packages/e2e-playwright/app/config/postcss.config.js

This file was deleted.

116 changes: 0 additions & 116 deletions packages/e2e-playwright/app/config/webpack.config.js

This file was deleted.

81 changes: 0 additions & 81 deletions packages/e2e-playwright/app/src/handlers.js

This file was deleted.

31 changes: 0 additions & 31 deletions packages/e2e-playwright/app/src/pages/ANCV/ANCV.html

This file was deleted.

44 changes: 0 additions & 44 deletions packages/e2e-playwright/app/src/pages/ANCV/ANCV.js

This file was deleted.

31 changes: 0 additions & 31 deletions packages/e2e-playwright/app/src/pages/Cards/Cards.html

This file was deleted.

53 changes: 0 additions & 53 deletions packages/e2e-playwright/app/src/pages/Cards/Cards.js

This file was deleted.

Loading

0 comments on commit 16179ba

Please sign in to comment.