chore: change cypress-v2 to cypress

This commit is contained in:
Wing-Kam Wong
2022-09-06 12:47:27 +08:00
parent d4e9336b1a
commit 7f73b99470
4 changed files with 14 additions and 14 deletions

View File

@@ -75,14 +75,14 @@ export const genTest = (apiType, dbType) => {
cy.wait(1000);
cy.task("readSheetList", {
file: `./scripts/cypress-v2/fixtures/${filepath}`,
file: `./scripts/cypress/fixtures/${filepath}`,
}).then((rows) => {
cy.log(rows);
sheetList = rows;
});
cy.task("readXlsx", {
file: `./scripts/cypress-v2/fixtures/${filepath}`,
file: `./scripts/cypress/fixtures/${filepath}`,
sheet: "Sheet2",
}).then((rows) => {
cy.log(rows);