Skip to content

Commit

Permalink
Added missing value
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Nov 8, 2024
1 parent e484e2e commit 544a712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class CatchFormDesignExceptionsTest {
.startBlankForm("validate")
.longPressOnQuestion("year")
.removeResponse()
.swipeToNextQuestionWithError()
.swipeToNextQuestionWithError(false)
.checkIsTextDisplayedOnDialog("The value \"-01-01\" can't be converted to a date.")
}
}

0 comments on commit 544a712

Please sign in to comment.