Last modified: 2013-08-26 13:34:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T55338, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 53338 - Input method selection is not persistent
Input method selection is not persistent
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
UniversalLanguageSelector (Other open bugs)
master
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-26 10:14 UTC by Niklas Laxström
Modified: 2013-08-26 13:34 UTC (History)
8 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Niklas Laxström 2013-08-26 10:14:33 UTC
From https://gerrit.wikimedia.org/r/#/c/80209/

Nikerabbit suggested at #wikimedia-dev to run the tests at dev.translatewiki.net. There is still one failure.
$ export MEDIAWIKI_URL=http://dev.translatewiki.net/wiki/
$ bundle exec cucumber features/uls_ime.feature Using the default profile... ......................F
(::) failed steps (::)
expected: "ഇൻസ്ക്രിപ്റ്റ് 2"
     got: "" (using ==) (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/uls_ime_steps.rb:68:in `/^in it there must be an element with Malayalam text$/'
features/uls_ime.feature:51:in `And in it there must be an element with Malayalam text'
Failing Scenarios: cucumber features/uls_ime.feature:37 # Scenario: Sticky input methods

Chosen input method selection persists across page loads.

This is an existing test that was not working properly. It has not been fixed and it is failing. We should fix it and mark the test as not pending.

The whole scenario is:

  Scenario: Sticky input methods

  Chosen input method selection persists across page loads.

    Given I am at random page
    When I open the input method menu
      And I choose ml as the input language
      And I open the input method menu
      And I click on the Malayalam InScript 2 menu item
      And I press Control-M
      And I go to another random page
      And I click on an input box
      And I press Control-M
    Then I should see the input method indicator
      And in it there must be an element with Malayalam text
Comment 1 Niklas Laxström 2013-08-26 13:34:16 UTC
Amir fixed the test which was broken.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links