remove superfluous var
This commit is contained in:
parent
b03eb8ce60
commit
401a2beec2
|
@ -1,7 +1,5 @@
|
||||||
|
|
||||||
context('Create a View', () => {
|
context('Create a View', () => {
|
||||||
const TOTAL_RECORDS = 6
|
|
||||||
|
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.visit('localhost:4001/_builder')
|
cy.visit('localhost:4001/_builder')
|
||||||
cy.createApp('View App', 'View App Description')
|
cy.createApp('View App', 'View App Description')
|
||||||
|
|
Loading…
Reference in New Issue