Skip to content

Commit 54416eb

Browse files
committed
update test #1895
1 parent a9b60f5 commit 54416eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-test/groovy/au/org/ala/ecodata/forms/DateSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class DateSpec extends GebReportingSpec {
5454
title == "Preview Date example"
5555

5656
and: "The values from the data model are displayed"
57-
$("span[data-bind*=date1").text() == "02-07-2019"
57+
$("span[data-bind*=date1").text() == "01-07-2019"
5858
$("span[data-bind*=date2").text() == "02-08-2019"
5959
$("span[data-bind*=date3")*.text() == ["02-09-2019", "02-11-2019"]
6060
$("span[data-bind*=date4")*.text() == ["02-10-2019", '']

0 commit comments

Comments
 (0)