Cmcmahon has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86267


Change subject: indent/outdent is conceptually different than bullets strings
......................................................................

indent/outdent is conceptually different than bullets strings

Change-Id: I8fec64d6d01148f18588a8af7336e9791f88640b
---
M modules/ve-mw/test/browser/features/visual_editor_bullets.feature
A modules/ve-mw/test/browser/features/visual_editor_indent_outdent.feature
2 files changed, 35 insertions(+), 26 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/67/86267/1

diff --git a/modules/ve-mw/test/browser/features/visual_editor_bullets.feature 
b/modules/ve-mw/test/browser/features/visual_editor_bullets.feature
index 65331a4..11dfa86 100644
--- a/modules/ve-mw/test/browser/features/visual_editor_bullets.feature
+++ b/modules/ve-mw/test/browser/features/visual_editor_bullets.feature
@@ -8,32 +8,6 @@
       And I type in an input string
       And select the string
 
-  Scenario: Check indentation controls disabled by default
-    Then Decrease indentation should be disabled
-      And Increase indentation should be disabled
-
-  Scenario: Check indentation controls enabled upon creating Bullet
-    When I click Bullets
-    Then Decrease indentation should be enabled
-       And Increase indentation should be enabled
-
-  Scenario: Check indentation controls enabled upon creating Numbering
-    When I click Numbering
-    Then Decrease indentation should be enabled
-       And Increase indentation should be enabled
-
-  Scenario: Check indentation controls disabled upon undoing Bullet
-    When I click Bullets
-      And  I undo Bullets
-    Then Decrease indentation should be disabled
-       And Increase indentation should be disabled
-
-  Scenario: Check indentation controls enabled upon creating Numbering
-    When I click Numbering
-      And I undo Numbering
-    Then Decrease indentation should be disabled
-       And Increase indentation should be disabled
-
   Scenario: Test Numbering
     When I click Numbering
       And I click Save page
diff --git 
a/modules/ve-mw/test/browser/features/visual_editor_indent_outdent.feature 
b/modules/ve-mw/test/browser/features/visual_editor_indent_outdent.feature
new file mode 100644
index 0000000..254b5c1
--- /dev/null
+++ b/modules/ve-mw/test/browser/features/visual_editor_indent_outdent.feature
@@ -0,0 +1,35 @@
+@ie6-bug  @ie7-bug  @ie8-bug  @ie9-bug @ie10-bug @test2.wikipedia.org @login
+Feature: VisualEditor Bullets, Numbering, Indent, Outdent
+
+  Background:
+    Given I am logged in
+      And I am at my user page
+      And I click Edit for VisualEditor
+      And I type in an input string
+      And select the string
+
+  Scenario: Check indentation controls disabled by default
+    Then Decrease indentation should be disabled
+      And Increase indentation should be disabled
+
+  Scenario: Check indentation controls enabled upon creating Bullet
+    When I click Bullets
+    Then Decrease indentation should be enabled
+       And Increase indentation should be enabled
+
+  Scenario: Check indentation controls enabled upon creating Numbering
+    When I click Numbering
+    Then Decrease indentation should be enabled
+       And Increase indentation should be enabled
+
+  Scenario: Check indentation controls disabled upon undoing Bullet
+    When I click Bullets
+      And  I undo Bullets
+    Then Decrease indentation should be disabled
+       And Increase indentation should be disabled
+
+  Scenario: Check indentation controls enabled upon creating Numbering
+    When I click Numbering
+      And I undo Numbering
+    Then Decrease indentation should be disabled
+       And Increase indentation should be disabled
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8fec64d6d01148f18588a8af7336e9791f88640b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Cmcmahon <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to