Skip to content

Commit

Permalink
Some more workarounds :(
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-sita committed Jun 8, 2024
1 parent 155d140 commit beca743
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ public void shouldGoThroughTagDeltaWorkflow(FxRobot robot) {
})
.expect(toBeTrueAfterAction(() -> unstableSceneReporter.isStable()))
.test();
// todo code above unreliably fails
robot.sleep(1, TimeUnit.SECONDS);

robot.clickOn(RepositoryActions.repositoryChoiceBox());
robot.type(KeyCode.DOWN);
Expand Down Expand Up @@ -175,6 +177,8 @@ public void shouldGoThroughTagDeltaWorkflow(FxRobot robot) {
})
.expect(toBeTrueAfterAction(() -> unstableSceneReporter.isStable()))
.test();
// todo code above unreliably fails
robot.sleep(1, TimeUnit.SECONDS);

robot.clickOn(RepositoryActions.repositoryChoiceBox());
robot.type(KeyCode.DOWN);
Expand Down

0 comments on commit beca743

Please sign in to comment.