test: cypress corrections for i18n changes

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-02-24 17:10:47 +05:30
parent bf8942a61c
commit 40ed4c3697

View File

@@ -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(