Merge lp://qastaging/~coreygoldberg/selenium-simple-test/profile-langpref-fix into lp://qastaging/selenium-simple-test

Proposed by Corey Goldberg
Status: Merged
Approved by: Corey Goldberg
Approved revision: 220
Merged at revision: 220
Proposed branch: lp://qastaging/~coreygoldberg/selenium-simple-test/profile-langpref-fix
Merge into: lp://qastaging/selenium-simple-test
Diff against target: 21 lines (+2/-2)
1 file modified
src/sst/actions.py (+2/-2)
To merge this branch: bzr merge lp://qastaging/~coreygoldberg/selenium-simple-test/profile-langpref-fix
Reviewer Review Type Date Requested Status
Corey Goldberg (community) Approve
Review via email: mp+83944@code.qastaging.launchpad.net

Commit message

fix to FF profile preference so SST works with Selenium 2.14

Description of the change

fix to Firefox profile preference so SST works with Selenium 2.14.

in setting the FF profile, we were doing: profile.set_preference('intl.accept_languages', '"en"')

Selenium 2.14 hangs on this (double quoted value).

changed to profile.set_preference('intl.accept_languages', 'en') to fix this.

To post a comment you must log in.
Revision history for this message
Corey Goldberg (coreygoldberg) wrote :

ok to merge.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches