Skip to content

Commit

Permalink
fix: update test to reflect latest UX
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivelin Ivanov authored Mar 30, 2021
1 parent ed11812 commit 4f99496
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cypress/integration/ambianic-tests/timeline.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ context('Timeline', () => {
cy.url().should('include', '/timeline')
})

it('Should render connection card', () => {
cy.get('[data-cy=connectioncard]').contains('Connecting to Ambianic Edge device...')
})

// Try to get this to work once we have mock data

// it('Get timeline data', () => {
Expand All @@ -30,4 +26,4 @@ context('Timeline', () => {

// cy.get('.infinite-status-prompt').contains('No results :(')
// })
})
})

0 comments on commit 4f99496

Please sign in to comment.