Skip to content

Commit a3f03c7

Browse files
authored
test(SplitterLayout): migrate to playwright test (#8335)
1 parent 0b38d39 commit a3f03c7

File tree

5 files changed

+323
-263
lines changed

5 files changed

+323
-263
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "yarn test:prepare && cypress run --component --browser chrome --spec packages",
1919
"test:pw": "playwright test -c playwright-ct.config.ts",
2020
"test:pw:open": "playwright test -c playwright-ct.config.ts --ui",
21-
"test:pw:ci": "playwright test -c playwright-ct.config.ts playwright/test/ packages/main/src/components/SelectDialog/test/ --project chromium",
21+
"test:pw:ci": "playwright test -c playwright-ct.config.ts --project chromium",
2222
"clean": "tsc --build --clean && tsc --build tsconfig.build.json --clean && rimraf temp .out test-results playwright-report playwright-ct && lerna run clean",
2323
"clean:remove-modules": "yarn clean && rimraf node_modules",
2424
"prettier:all": "prettier --write --config ./prettier.config.js \"**/*\"",

packages/main/src/components/SplitterLayout/SplitterLayout.cy.tsx

Lines changed: 0 additions & 261 deletions
This file was deleted.

0 commit comments

Comments
 (0)