Skip to content

Commit

Permalink
fix: add App.open() to check for different elements
Browse files Browse the repository at this point in the history
  • Loading branch information
dati18 committed Jun 6, 2024
1 parent 8e4d5b8 commit e032394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/specs/app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ describe('Vue.js app', () => {
})

it('should open and render some text to introduce WBCloud', () => {
App.open()
expect(App.wbcloudIntro).toExist()
})

Expand Down

0 comments on commit e032394

Please sign in to comment.