Cmcmahon created this task.
Cmcmahon assigned this task to zeljkofilipin.
Cmcmahon added a subscriber: Cmcmahon.
Cmcmahon added a project: Release-Engineering.
Cmcmahon changed Security from none to none.

TASK DESCRIPTION
  
  Echo, Flow, and MobileFrontend today all duplicate code that looks something 
like 
  
  Given(/^I am using user agent "(.+)"$/) do |user_agent|
    @user_agent = user_agent
    @browser = browser(test_name(@scenario), {user_agent: user_agent})
    @browser.window.resize_to(480, 800)
    $session_id = @browser.driver.instance_variable_get(:@bridge).session_id
  end
  
  and other repos will need it soon also.  This should be shared code, we 
should not have to duplicate it in all the repos

TASK DETAIL
  https://phabricator.wikimedia.org/T678

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

To: zeljkofilipin, Cmcmahon
Cc: wikibugs-l, Cmcmahon



_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to