jenkins-bot has submitted this change and it was merged.

Change subject: Whitespace cleanup
......................................................................


Whitespace cleanup

Change-Id: I8285f1b4ae9a99d5bc658ba38d04e9a1d367635e
---
M tests/browser/features/create_article.feature
M tests/browser/features/footer.feature
M tests/browser/features/footer_logged_in.feature
M tests/browser/features/header.feature
M tests/browser/features/image_resolves.feature
M tests/browser/features/language.feature
M tests/browser/features/language_logged_in.feature
M tests/browser/features/menu_opens_page.feature
M tests/browser/features/uploads.feature
9 files changed, 44 insertions(+), 46 deletions(-)

Approvals:
  Cmcmahon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/browser/features/create_article.feature 
b/tests/browser/features/create_article.feature
index 22e81f1..2eb39f5 100644
--- a/tests/browser/features/create_article.feature
+++ b/tests/browser/features/create_article.feature
@@ -2,6 +2,5 @@
 Feature: Create Article
 
   Scenario: Create Article
-
     Given I am logged into the mobile website
       And SelAutomationTestArticle has not been created
diff --git a/tests/browser/features/footer.feature 
b/tests/browser/features/footer.feature
index 340dcdd..b0d6187 100644
--- a/tests/browser/features/footer.feature
+++ b/tests/browser/features/footer.feature
@@ -4,22 +4,22 @@
   Background:
     Given I am on the home page
 
-    Scenario: View Edit history link resolves
-      When I click on the view edit history link
-      Then I go to the edit history page
+  Scenario: View Edit history link resolves
+    When I click on the view edit history link
+    Then I go to the edit history page
 
-    Scenario: Desktop link resolves
-      When I click on the desktop link
-      Then I go to the desktop wiki page
+  Scenario: Desktop link resolves
+    When I click on the desktop link
+    Then I go to the desktop wiki page
 
-    Scenario:
-      When I click on the Content license link
-      Then I go to the Content license page
+  Scenario:
+    When I click on the Content license link
+    Then I go to the Content license page
 
-    Scenario:
-      When I click on the Terms of Use link
-      Then I go to the Terms of Use page
+  Scenario:
+    When I click on the Terms of Use link
+    Then I go to the Terms of Use page
 
-    Scenario:
-      When I click on the Privacy link
-      Then I go to the Privacy page
\ No newline at end of file
+  Scenario:
+    When I click on the Privacy link
+    Then I go to the Privacy page
diff --git a/tests/browser/features/footer_logged_in.feature 
b/tests/browser/features/footer_logged_in.feature
index 5db40b2..dfd72ef 100644
--- a/tests/browser/features/footer_logged_in.feature
+++ b/tests/browser/features/footer_logged_in.feature
@@ -5,22 +5,22 @@
     Given I am logged into the mobile website
       And I am on the home page
 
-    Scenario: View Edit history link resolves
-      When I click on the view edit history link
-      Then I go to the edit history page
+  Scenario: View Edit history link resolves
+    When I click on the view edit history link
+    Then I go to the edit history page
 
-    Scenario: Desktop link resolves
-      When I click on the desktop link
-      Then I go to the desktop wiki page
+  Scenario: Desktop link resolves
+    When I click on the desktop link
+    Then I go to the desktop wiki page
 
-    Scenario:
-      When I click on the Content license link
-      Then I go to the Content license page
+  Scenario:
+    When I click on the Content license link
+    Then I go to the Content license page
 
-    Scenario:
-      When I click on the Terms of Use link
-      Then I go to the Terms of Use page
+  Scenario:
+    When I click on the Terms of Use link
+    Then I go to the Terms of Use page
 
-    Scenario:
-      When I click on the Privacy link
-      Then I go to the Privacy page
\ No newline at end of file
+  Scenario:
+    When I click on the Privacy link
+    Then I go to the Privacy page
diff --git a/tests/browser/features/header.feature 
b/tests/browser/features/header.feature
index bc64375..1e36207 100644
--- a/tests/browser/features/header.feature
+++ b/tests/browser/features/header.feature
@@ -14,4 +14,4 @@
 
   Scenario: Receive notification message - Watchlist Icon
     When I click on watchlist icon
-    Then I receive watchlist icon message Please login or sign up to watch 
this page.
\ No newline at end of file
+    Then I receive watchlist icon message Please login or sign up to watch 
this page.
diff --git a/tests/browser/features/image_resolves.feature 
b/tests/browser/features/image_resolves.feature
index 3f73ef6..0dde757 100644
--- a/tests/browser/features/image_resolves.feature
+++ b/tests/browser/features/image_resolves.feature
@@ -3,6 +3,6 @@
 
   Scenario: Image link resolves
     Given I am on the Barack_Obama article
-     When I expand Presidential Campaign Section
-     When I click on this image
-     Then I go to the image's page
+    When I expand Presidential Campaign Section
+    When I click on this image
+    Then I go to the image's page
diff --git a/tests/browser/features/language.feature 
b/tests/browser/features/language.feature
index 90feb39..0e715cc 100644
--- a/tests/browser/features/language.feature
+++ b/tests/browser/features/language.feature
@@ -4,4 +4,4 @@
   Scenario: Validate Language selection availability
     Given I am on the home page
     When I click the language button
-    Then I move to the language screen
\ No newline at end of file
+    Then I move to the language screen
diff --git a/tests/browser/features/language_logged_in.feature 
b/tests/browser/features/language_logged_in.feature
index 52d12fa..c6ef3f4 100644
--- a/tests/browser/features/language_logged_in.feature
+++ b/tests/browser/features/language_logged_in.feature
@@ -1,10 +1,10 @@
 @en.m.wikipedia.beta.wmflabs.org @en.m.wikipedia.org @login 
@test2.m.wikipedia.org
 Feature: Language Validation - Logged In
 
-    Background:
-      Given I am logged into the mobile website
+  Background:
+    Given I am logged into the mobile website
 
-    Scenario: Validate Language selection availability
-      And I am on the home page
-      When I click the language button
-      Then I move to the language screen
\ No newline at end of file
+  Scenario: Validate Language selection availability
+    And I am on the home page
+    When I click the language button
+    Then I move to the language screen
diff --git a/tests/browser/features/menu_opens_page.feature 
b/tests/browser/features/menu_opens_page.feature
index 172c5c3..6527a9e 100644
--- a/tests/browser/features/menu_opens_page.feature
+++ b/tests/browser/features/menu_opens_page.feature
@@ -1,9 +1,9 @@
 @en.m.wikipedia.beta.wmflabs.org @en.m.wikipedia.org @test2.m.wikipedia.org
 Feature: Menus open correct page
-  
+
   Background:
     Given I am on the home page
-    
+
   Scenario: Home URL is set correctly
     When I click on Home from the left Nav
     Then my URL should be set to the Home Page
diff --git a/tests/browser/features/uploads.feature 
b/tests/browser/features/uploads.feature
index ae3d912..a0d2ff8 100644
--- a/tests/browser/features/uploads.feature
+++ b/tests/browser/features/uploads.feature
@@ -2,8 +2,7 @@
 Feature: Special:Uploads
 
   Scenario: See tutorial as new user
-
     Given I am logged in as a new user
     When I go to uploads page
     Then I see a blue tutorial screen
-    And I see a next button
+      And I see a next button

-- 
To view, visit https://gerrit.wikimedia.org/r/96046
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8285f1b4ae9a99d5bc658ba38d04e9a1d367635e
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <zfili...@wikimedia.org>
Gerrit-Reviewer: Cmcmahon <cmcma...@wikimedia.org>
Gerrit-Reviewer: Mgrover <mgro...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to