Skip to content

Commit

Permalink
Revert "tests: Firefox returns some internal Object when array is the…
Browse files Browse the repository at this point in the history
… result"

This reverts commit 9115b97.
  • Loading branch information
marusak committed Oct 22, 2019
1 parent 9de9777 commit 1ebbbc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/verify/check-pages
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,8 @@ OnCalendar=daily
b.click('#content-user-name')
b.click(".display-language-menu a")
b.wait_popup('display-language')
languages = b.eval_js("ph_select('#display-language-list option').map(function(e) { return e.value }).join(':')")
languages = b.eval_js("ph_select('#display-language-list option').map(function(e) { return e.value })")
b.click("#display-language button:nth-child(1)") # Close the menu
languages = languages.split(":")

for language in languages:
b.go("/system")
Expand Down

0 comments on commit 1ebbbc9

Please sign in to comment.