test(cypress): test correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-08-24 20:11:38 +05:30
parent daa2bf8bcf
commit ac34f32c46
9 changed files with 35 additions and 243 deletions

View File

@@ -1,7 +1,6 @@
describe('GraphQL api - Existing table', () => {
before(() => {
cy.visit('http://localhost:3000', {retryOnNetworkFailure: true, timeout: 120000})
cy.waitForSpinners();
cy.openOrCreateGqlProject();
})
@@ -15,7 +14,7 @@ describe('GraphQL api - Existing table', () => {
cy.get(`.project-tab:contains(Country):visible`).should('exist')
cy.url().should('contain', `?name=Country&`)
cy.get('td[data-col="Country => City"] div:visible', {timeout: 6000}).first().click()
cy.get('td[data-col="Country => City"] div:visible', {timeout: 12000}).first().click()
cy.get('td[data-col="Country => City"] div .mdi-arrow-expand:visible').first().click()
cy.get(":contains(Link to 'City'):visible").should('exist')