You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @Then /^"(?P<element_string>(?:[^"]|\\")*)" "(?P<selector_string>[^"]*)" should exist in the "(?P<element2_string>(?:[^"]|\\")*)" moodleoverflow discussion card$/
133
132
* @throws ElementNotFoundException Thrown by behat_base::find
134
133
* @param string $element The locator of the specified selector
135
134
* @param string $selectortype The selector type
@@ -150,8 +149,7 @@ public function should_exist_in_the_moodleoverflow_discussion_card($element, $se
150
149
/**
151
150
* Click on the element of the specified type which is located inside the second element.
152
151
*
153
-
* @When /^I click on "(?P<element_string>(?:[^"]|\\")*)" "(?P<selector_string>[^"]*)" in the
* @When /^I click on "(?P<element_string>(?:[^"]|\\")*)" "(?P<selector_string>[^"]*)" in the "(?P<element2_string>(?:[^"]|\\")*)" moodleoverflow discussion card$/
155
153
* @param string $element Element we look for
156
154
* @param string $selectortype The type of what we look for
157
155
* @param string $discussiontitle The discussion title
@@ -175,8 +173,7 @@ public function i_click_on_in_the_moodleoverflow_discussion_card($element, $sele
175
173
*
176
174
* This step is for advanced users, use it if you don't find anything else suitable for what you need.
177
175
*
178
-
* @Then /^"(?P<element_string>(?:[^"]|\\")*)" "(?P<selector_string>[^"]*)" should not exist in the
* @Then /^"(?P<element_string>(?:[^"]|\\")*)" "(?P<selector_string>[^"]*)" should not exist in the "(?P<element2_string>(?:[^"]|\\")*)" moodleoverflow discussion card$/
180
177
* @throws ExpectationException
181
178
* @param string $element The locator of the specified selector
0 commit comments