Page MenuHomePhabricator

Make sure mw-vagrant Flow role creates users/groups required for Flow browser tests
Closed, ResolvedPublic

Description

Create user "Selenium Flow user" with password "vagrant" and able to

  • suppress and unsuppress topics
  • access Special:EnableFlow

Create user "Selenium Flow user 2" with password "vagrant". No special group membership required.

Update Flow/tests/browser/environments.yml to use "Selenium Flow user" instead of "Admin" for local configuration.

Event Timeline

SBisson raised the priority of this task from to Needs Triage.
SBisson updated the task description. (Show Details)
SBisson added a project: StructuredDiscussions.
SBisson added subscribers: SBisson, Mattflaschen-WMF.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change 249312 had a related patch set uploaded (by Mattflaschen):
Add users and groups for Flow browser tests

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

Change 249312 merged by jenkins-bot:
Add users and groups for Flow browser tests

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

(21:44) root@localhost:[wiki]> select user_name from user where user_name like 'Selenium%';
+----------------------+
| user_name            |
+----------------------+
| Selenium Flow user   |
| Selenium Flow user 2 |
| Selenium user        |
+----------------------+
3 rows in set (0.00 sec)

Screen Shot 2015-12-10 at 1.47.07 PM.png (515×1 px, 154 KB)