We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b60f5 commit 54416ebCopy full SHA for 54416eb
src/integration-test/groovy/au/org/ala/ecodata/forms/DateSpec.groovy
@@ -54,7 +54,7 @@ class DateSpec extends GebReportingSpec {
54
title == "Preview Date example"
55
56
and: "The values from the data model are displayed"
57
- $("span[data-bind*=date1").text() == "02-07-2019"
+ $("span[data-bind*=date1").text() == "01-07-2019"
58
$("span[data-bind*=date2").text() == "02-08-2019"
59
$("span[data-bind*=date3")*.text() == ["02-09-2019", "02-11-2019"]
60
$("span[data-bind*=date4")*.text() == ["02-10-2019", '']
0 commit comments