remove superfluous var
This commit is contained in:
parent
1d56d9a2ce
commit
c891c71c4f
|
@ -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