Browse Source

remove superfluous var

pull/555/head
Martin McKeaveney 6 years ago
parent
commit
c891c71c4f
  1. 2
      packages/builder/cypress/integration/createView.spec.js

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

@ -1,7 +1,5 @@
context('Create a View', () => {
const TOTAL_RECORDS = 6
before(() => {
cy.visit('localhost:4001/_builder')
cy.createApp('View App', 'View App Description')

Loading…
Cancel
Save