remove superfluous var

This commit is contained in:
Martin McKeaveney 2020-08-24 16:05:12 +01:00
parent 1d56d9a2ce
commit c891c71c4f
1 changed files with 0 additions and 2 deletions

View File

@ -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')