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
Copy file name to clipboardExpand all lines: tests/behat/behat_mod_moodleoverflow.php
+6-3
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,8 @@ protected function find_moodleoverflow_discussion_card(string $discussiontitle):
128
128
*
129
129
* This step is for advanced users, use it if you don't find anything else suitable for what you need.
130
130
*
131
-
* @Then /^"(?P<element_string>(?:[^"]|\\")*)" "(?P<selector_string>[^"]*)" should exist in the "(?P<element2_string>(?:[^"]|\\")*)" moodleoverflow discussion card$/
131
+
* @Then /^"(?P<element_string>(?:[^"]|\\")*)" "(?P<selector_string>[^"]*)" should exist in the
* @throws ElementNotFoundException Thrown by behat_base::find
133
134
* @param string $element The locator of the specified selector
134
135
* @param string $selectortype The selector type
@@ -149,7 +150,8 @@ public function should_exist_in_the_moodleoverflow_discussion_card($element, $se
149
150
/**
150
151
* Click on the element of the specified type which is located inside the second element.
151
152
*
152
-
* @When /^I click on "(?P<element_string>(?:[^"]|\\")*)" "(?P<selector_string>[^"]*)" in the "(?P<element2_string>(?:[^"]|\\")*)" moodleoverflow discussion card$/
153
+
* @When /^I click on "(?P<element_string>(?:[^"]|\\")*)" "(?P<selector_string>[^"]*)" in the
* @param string $selectortype The type of what we look for
155
157
* @param string $discussiontitle The discussion title
@@ -173,7 +175,8 @@ public function i_click_on_in_the_moodleoverflow_discussion_card($element, $sele
173
175
*
174
176
* This step is for advanced users, use it if you don't find anything else suitable for what you need.
175
177
*
176
-
* @Then /^"(?P<element_string>(?:[^"]|\\")*)" "(?P<selector_string>[^"]*)" should not exist in the "(?P<element2_string>(?:[^"]|\\")*)" moodleoverflow discussion card$/
178
+
* @Then /^"(?P<element_string>(?:[^"]|\\")*)" "(?P<selector_string>[^"]*)" should not exist in the
0 commit comments