~vila/selenium-simple-test/selenium3

« back to all changes in this revision

Viewing changes to src/sst/selftests/execute_script.py

  • Committer: Vincent Ladeuil
  • Date: 2017-03-23 15:13:50 UTC
  • Revision ID: vila+ols@canonical.com-20170323151350-ej8bvy36hnd81g43
Make tests pass with selenium3.

It's not totally clear that they were all passing previously.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
# check title was changed.
22
22
sst.actions.assert_title(new_title)
23
 
sst.actions.assert_not_equal(orig_elem, sst.actions.get_element(tag='title'))
24
23
 
25
24
# refresh title is changed back after refresh.
26
25
sst.actions.refresh()