Browse Source

broken test

pull/665/head
Michael Shanks 6 years ago
parent
commit
bf6ba34f20
  1. 5
      packages/builder/cypress/integration/createView.spec.js

5
packages/builder/cypress/integration/createView.spec.js

@ -47,8 +47,9 @@ context('Create a View', () => {
it('creates a stats calculation view based on age', () => {
cy.contains("Calculate").click()
cy.get(".menu-container").find("select").first().select("Statistics")
cy.get(".menu-container").find("select").eq(1).select("age")
// we may reinstate this - have commented this dropdown for now as there is only one option
//cy.get(".menu-container").find("select").first().select("Statistics")
cy.get(".menu-container").find("select").eq(0).select("age")
cy.contains("Save").click()
cy.get("thead th").should(($headers) => {
expect($headers).to.have.length(7)

Loading…
Cancel
Save