mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 08:28:18 +00:00
test: cypress corrections for i18n changes
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -138,7 +138,7 @@ export const genTest = (apiType, dbType) => {
|
||||
for (let j = 1; j < row.length; j++) {
|
||||
// column name to match input in excel
|
||||
cy.wrap(row[j])
|
||||
.find('[placeholder="Column name"]')
|
||||
.find('[placeholder="Column Name"]')
|
||||
.then((obj) => {
|
||||
cy.log(obj[0].value);
|
||||
expect(obj[0].value).to.equal(
|
||||
@@ -269,7 +269,7 @@ export const genTest = (apiType, dbType) => {
|
||||
) {
|
||||
// column name to match input in excel
|
||||
cy.wrap(row[j])
|
||||
.find('[placeholder="Column name"]')
|
||||
.find('[placeholder="Column Name"]')
|
||||
.then((obj) => {
|
||||
cy.log(obj[0].value);
|
||||
expect(obj[0].value).to.equal(
|
||||
|
||||
Reference in New Issue
Block a user