mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 23:34:56 +00:00
chore: change cypress-v2 to cypress
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user