We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54416eb commit 7e0b561Copy full SHA for 7e0b561
src/integration-test/groovy/au/org/ala/ecodata/forms/DateSpec.groovy
@@ -55,9 +55,9 @@ class DateSpec extends GebReportingSpec {
55
56
and: "The values from the data model are displayed"
57
$("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", '']
+ $("span[data-bind*=date2").text() == "01-08-2019"
+ $("span[data-bind*=date3")*.text() == ["01-09-2019", "01-11-2019"]
+ $("span[data-bind*=date4")*.text() == ["01-10-2019", '']
61
}
62
63
0 commit comments