Skip to content

Commit

Permalink
one last cypress fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Collins authored and Chris Collins committed Nov 23, 2022
1 parent 977b61f commit 34050cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('siblings', () => {
cy.get('text:contains(stg_orders)').should('have.length', 2);

// check the platform
cy.get('svg').get('text:contains(dbt & BigQuery)').should('have.length', 4);
cy.get('svg').get('text:contains(dbt & BigQuery)').should('have.length', 5);
});

it('can separate results in lineage if flag is set', () => {
Expand All @@ -142,7 +142,7 @@ describe('siblings', () => {

// check the platform
cy.get('svg').get('text:contains(dbt & BigQuery)').should('have.length', 0);
cy.get('svg').get('text:contains(Dbt)').should('have.length', 2);
cy.get('svg').get('text:contains(Dbt)').should('have.length', 3);
cy.get('svg').get('text:contains(Bigquery)').should('have.length', 1);
});
});

0 comments on commit 34050cd

Please sign in to comment.