Browse Source

test(cypress): suite corrections to recent updates

Signed-off-by: Raju Udava <sivadstala@gmail.com>
pull/764/head
Raju Udava 3 years ago
parent
commit
1c720388f2
  1. 2
      scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js

2
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)

Loading…
Cancel
Save