Cypress Test Fix - createView.spec.js

This commit is contained in:
Conor Mack 2020-09-04 10:53:13 +01:00
parent ab0860bfc9
commit 93dac03eaf
11 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ context('Create a View', () => {
expect($headers).to.have.length(7)
const headers = $headers.map((i, header) => Cypress.$(header).text())
expect(headers.get()).to.deep.eq([
"group",
"field",
"sum",
"min",
"max",
@ -66,7 +66,7 @@ context('Create a View', () => {
cy.get("tbody td").should(($values) => {
const values = $values.map((i, value) => Cypress.$(value).text())
expect(values.get()).to.deep.eq([
"null",
"age",
"155",
"20",
"49",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -23,7 +23,7 @@ Object {
"field": Object {
"type": "string",
},
"max": Object {
"max": Object {l
"type": "number",
},
"min": Object {

File diff suppressed because one or more lines are too long