Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/85115
Change subject: Removed a couple of ULS feature files from backlog folder ...................................................................... Removed a couple of ULS feature files from backlog folder If needed, the tests should be moved to UniversalLanguageSelector repository. Change-Id: Ie3d8bc8cf4f3b0a93d116e394a0c5dd49dbfd30d --- D features/backlog/translate_edit_inputbox_buttons.feature D features/backlog/uls_ime.feature 2 files changed, 0 insertions(+), 104 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/15/85115/1 diff --git a/features/backlog/translate_edit_inputbox_buttons.feature b/features/backlog/translate_edit_inputbox_buttons.feature deleted file mode 100644 index d047631..0000000 --- a/features/backlog/translate_edit_inputbox_buttons.feature +++ /dev/null @@ -1,53 +0,0 @@ -Feature: Translate editor input area buttons - - Background: - Given that I am logged in - And within the Translate Editor in List View - - Scenario: Edit area will be opened - When I click on the ‘Edit’ link at the end of the row - Then the Editing area will be opened - - Scenario: Button to copy source text will be displayed - When I click on the ‘Edit’ link at the end of the row to open the editing area - Then the ‘Paste source text’ button will be displayed at the bottom - - Scenario: Button to copy source text will be activated - When I click on the ‘Edit’ link at the end of the row to open the editing area - Then the displayed ‘Paste source text’ button is in the active state - - Scenario: Source text will be copied - When I open the editing area - And click on the ‘Paste Source Text’ link - Then the source message text will be copied into the edit input box - And replace any existing text - - Scenario: Editing area of the next message should be opened on save - When I open the editing area - And type text in the input area - And click on the ‘Save Translation’ button - Then the editing area of the next message should be opened - - Scenario: Button to save translation should be activated after typing - When I open the editing area - And click inside the editor - And write a character of text - Then the ‘Save translation’ button should be activated - - Scenario: Button to save translation should be activated after copying source - When I open the editing area - And click on the ‘Paste Source Text’ link - And copy the source message into the edit input box - Then the ‘Save translation’ button should be activated - - Scenario: Button to skip to the next message should be activated - When I click on the ‘Edit’ link at the end of the row to open the editing area - Then the ‘Skip to next’ button should be activated - - Scenario: Arrow button to expand the editing area should be displayed - When I click on the ‘Edit’ link at the end of the row to open the editing area - Then a small arrow button pointing towards the right side of the screen should be displayed - - Scenario: Editing area should be expanded - When I click on the small arrow button pointing towards the right side of the screen - Then the editing area should expand in width diff --git a/features/backlog/uls_ime.feature b/features/backlog/uls_ime.feature deleted file mode 100644 index 8bb37f7..0000000 --- a/features/backlog/uls_ime.feature +++ /dev/null @@ -1,51 +0,0 @@ -Feature: Universal Language Selector input method engine - - Scenario: ULS can see dropdown menu when they click on the IME icon - Given I am on a wiki page with input options with focus on an input box - When I click on the IME keyboard icon - Then I should see the dropdown menu with the a list of keymaps - - Scenario: Autonyms of keyboards should be visible to the user - Given I have clicked on the IME keyboard icon - When I get the drop down list of keyboards - Then I should see the autonyms of the keyboards - - Scenario: Language and Input Settings dialog should be displayed to the user - Given I have the dropdown menu of the keyboard open - When I click on the 'More Settings' option at the bottom of the dropdown - Then I should see the dialog to select Language and Input settings - - Scenario: User should see the main ULS dialog - Given I have the dropdown menu of the keyboard open - When I click on the '...' option near the bottom of the dropdown - Then I should see the main ULS dialog - - Scenario: Name of the selected keymap is visible with the IME icon - Given I have the dropdown menu of the keyboard open - When I click on the 'Bengali Probhat' keyboard - Then I should see the name of the keyboard i.e. 'Bengali Probhat' displayed with the IME icon - - Scenario: User should not be able to type with a disabled keymap - Given I have selected and enabled a keyboard to use from the dropdown menu and its name is displayed with the IME icon - When I press 'Ctrl+m' - Then I should see the selected keyboard being disabled and am not able to type in that script - - Scenario: The name of a disabled keyboard should not be visible in the IME icon tooltip - Given I have selected a keyboard and enabled from the dropdown menu - When I press 'ctrl+m' to disable it - Then I should see the name of the keyboard removed from the tooltip displaying the IME icon - - Scenario: Without a prior keyboard selection a keyboard name should not be displayed on pressing the shortcut keys - Given The cursor is on an input box and I have not made any keyboard selection - When I press 'ctrl+m' - Then I should not see any keyboard name displayed along with the IME icon - - Scenario: Keyboard selected in one input box should also be the selected keyboard in the next one - Given I have selected a keyboard and enabled from the dropdown menu - When I move from the currently active input box to another input box and start typing - Then I should be able to write in the keyboard that was selected in the previous box - - Scenario: Name of a keyboard selected in one input box should be displayed in the next one - Given I have selected a keyboard and enabled from the dropdown menu - When I move from the currently active input box to another input box - Then I should see the keyboard name still displayed with the IME icon -- To view, visit https://gerrit.wikimedia.org/r/85115 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie3d8bc8cf4f3b0a93d116e394a0c5dd49dbfd30d Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
