Skip to content

Commit

Permalink
Merged for Windows CI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 23, 2021
1 parent c600d4d commit 5c3e23e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/features/find/find.feature
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Feature: Find data
| Find | toolbar menu button | Find |
| Find | application menu selection | Find->Find |

@dev
@impl
Scenario Outline: Find submenu item is available from invoking Find
Given Data Curator is open
Expand All @@ -62,7 +61,6 @@ Feature: Find data
| Find | toolbar menu button | Find | Replace All | Find->Replace All |
| Find | application menu selection | Find->Find | Replace All | Find->Replace All |

@dev
@impl
Scenario Outline: Find case-sensitive next
Given Data Curator is open
Expand Down
2 changes: 1 addition & 1 deletion test/features/support/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function createApp () {
path: electron,
args: ['dist/electron/main.js'],
startTimeout: 20000,
waitTimeout: 10000,
waitTimeout: 3000,
quitTimeout: 5000,
env: {
ELECTRON_ENABLE_LOGGING: true,
Expand Down
1 change: 1 addition & 0 deletions test/features/tools/validate-table.feature
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Feature: Validate Table
- decimalChar
- groupChar

@dev
@impl
Scenario Outline: Validate Table
Given Data Curator is open
Expand Down

0 comments on commit 5c3e23e

Please sign in to comment.