-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.7
-
Fix Version/s: None
-
Component/s: Automated functional tests (behat)
-
Labels:
-
Affected Branches:MOODLE_27_STABLE
Its common to want to check that we are on the right page, searching for the page heading seems the natural way to do it.
Example in integration:
Then I should see "All participants" in the "h3" "css_element"
|
It would be nice is we had a more human way to write this. It might be better as a step - like 'Then I am on the page titled "All participants"' or something.
But maybe its more useful as a specific selector like 'block'?