Skip to content

Commit

Permalink
Update Electron tests to reflect changes in app under test (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Nov 12, 2024
1 parent 9adad38 commit 4afc55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/story/electron/Electron.story
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@ Scenario: Start VS code application
Given I start electron application

Scenario: Verify Get Started
When I wait `PT1M` until tab with title that is equal to `Welcome` appears and switch to it
Then number of elements found by `xpath(//title[text()='Welcome']):a` is = `1`
When I wait `PT1M` until tab with title that is equal to `Walkthrough: Setup VS Code` appears and switch to it
Then number of elements found by `xpath(//title[text()='Walkthrough: Setup VS Code']):a` is = `1`

0 comments on commit 4afc55b

Please sign in to comment.