-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
3.7.1
At the moment we have steps such as:
And I click on ".coursemenubtn" "css_element" in the "//div[@class='card dashboard-card' and contains(.,'Course 2')]" "xpath_element"
|
And I click on "Hide from view" "link" in the "//div[@class='card dashboard-card' and contains(.,'Course 2')]" "xpath_element"
|
Which are very cryptic and we should simplify this with a partial named selector (in lib/behat/classes/partial_named_selector.php).