Page MenuHomePhabricator

Input panel is opened instead of display panel
Open, LowPublic

Description

This is the browser test:

Scenario: Live preview of display language changes can be reverted on closing the dialog on cancel from a different panel
  Given I open the Universal Language Selector
    And I open Display panel of language settings
    And I select a language different than English for display language
    And I switch to Input panel of language settings
  When I click Cancel
    ***And I open Display panel of language settings
  Then I should see the text in the language panel in English

At *** Input panel is opened instead of display panel, presumably because it was open last when settings was closed. I would expect display panel to open, because I clicked that tab at the bottom of the uls language selector.


Version: master
Severity: normal

Details

Reference
bz57967

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 2:16 AM
bzimport set Reference to bz57967.

Change 99061 had a related patch set uploaded by Nikerabbit:
Refactor another live preview scenario

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

Change 99061 merged by jenkins-bot:
Refactor another live preview scenario

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

Why would it be? There are clear instructions how to reproduce.

Nikerabbit set Security to None.

@Amire80 What needs clarification here? The steps in the description still reproduce the issue so it seems clear enough to me.