|
|
@ -33,7 +33,7 @@ export const genTest = (apiType, dbType) => { |
|
|
|
const langVerification = (idx, lang) => { |
|
|
|
const langVerification = (idx, lang) => { |
|
|
|
// pick json from the file specified
|
|
|
|
// pick json from the file specified
|
|
|
|
it(`Language verification: ${lang} > Projects page`, () => { |
|
|
|
it(`Language verification: ${lang} > Projects page`, () => { |
|
|
|
let json = require(`../../../../packages/nc-gui-v2/lang/${lang}`); |
|
|
|
let json = require(`../../../../packages/nc-gui/lang/${lang}`); |
|
|
|
|
|
|
|
|
|
|
|
cy.wait(500); |
|
|
|
cy.wait(500); |
|
|
|
// toggle menu as per index
|
|
|
|
// toggle menu as per index
|
|
|
|