We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8de058 commit 6feaa80Copy full SHA for 6feaa80
src/integration-test/groovy/au/org/ala/fieldcapture/HomeIndexPageSpec.groovy
@@ -36,6 +36,9 @@ class HomeIndexPageSpec extends StubbedCasSpec {
36
}
37
and:
38
box1[0].statTitle.text() == "THREATENED SPECIES STRATEGY"
39
+ interact {
40
+ moveToElement(box1[0].statTitle)
41
+ }
42
box1[0].statValue.text() =="3"
43
box1[0].statUnit.text() =="Projects"
44
box1[0].statLabel.text() =="PROTECTING THREATENED SPECIES"
0 commit comments