From 1c720388f29f6c9a01aec0828f138f06fa8efde3 Mon Sep 17 00:00:00 2001 From: Raju Udava Date: Thu, 25 Nov 2021 17:05:16 +0530 Subject: [PATCH] test(cypress): suite corrections to recent updates Signed-off-by: Raju Udava --- .../integration/common/2a_table_with_belongs_to_colulmn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js b/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js index f7618568d7..bf76fa8bfe 100644 --- a/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js +++ b/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js @@ -32,7 +32,7 @@ export const genTest = (type, xcdb) => { cy.getActiveModal().contains('Link Record').should('exist') cy.getActiveModal().find('button.mdi-reload').should('exist') cy.getActiveModal().find('button:contains("New Record")').should('exist') - cy.getActiveModal().find('.child-card').eq(0).contains('Batna').should('exist') + cy.getActiveModal().find('.child-card').eq(0).contains('A Corua (La Corua)').should('exist') cy.getActiveModal().find('button.mdi-close').click() cy.wait(200)