Dduvall has uploaded a new change for review.
https://gerrit.wikimedia.org/r/227583
Change subject: Test video recording of mw-selenium failures
......................................................................
Test video recording of mw-selenium failures
DO NOT MERGE
Change-Id: I61cfc7e3936cfbf4ec68093bfc6327d5e4a5860b
---
M features/basic_usage.feature
M features/step_definitions/browser_steps.rb
2 files changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/selenium
refs/changes/83/227583/1
diff --git a/features/basic_usage.feature b/features/basic_usage.feature
index ca23049..f8635a2 100644
--- a/features/basic_usage.feature
+++ b/features/basic_usage.feature
@@ -21,6 +21,7 @@
Given I have started a browser
When teardown is called
Then the browser should have closed
+ And this test should pass
Scenario: Navigating to the wiki
When I navigate to the `wiki_url`
diff --git a/features/step_definitions/browser_steps.rb
b/features/step_definitions/browser_steps.rb
index 64b7b85..fd3a945 100644
--- a/features/step_definitions/browser_steps.rb
+++ b/features/step_definitions/browser_steps.rb
@@ -35,3 +35,7 @@
Then(/^the browser name is `:(.*?)`$/) do |type|
expect(@env.browser.name).to eq(type.to_sym)
end
+
+Then(/^this test should pass$/) do
+ expect(false).to be true
+end
--
To view, visit https://gerrit.wikimedia.org/r/227583
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I61cfc7e3936cfbf4ec68093bfc6327d5e4a5860b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/selenium
Gerrit-Branch: master
Gerrit-Owner: Dduvall <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits