remove superfluous var

This commit is contained in:
Martin McKeaveney 2020-08-24 16:05:12 +01:00
parent b03eb8ce60
commit 401a2beec2
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')