Gedit Test Needed: Test Recent Documents
Bug #1207732 reported by
Dan Chapman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Autopilot Tests |
Fix Released
|
Undecided
|
Dan Chapman |
Bug Description
Currently, the implemented recent docs test, checks that the 'Open' button exists, clicks it and then sleeps to wait for the window to load.
WHich as a user you would be presented with a file chooser dialog which by default displays you recent docs. But the test does not assert that this is the case. Therefore it needs further expansion to,
1) Assert the file chooser dialog loads and is visible
2) Assert that the label at the top left of the dialog contains 'Recently Used'
Related branches
lp://staging/~dpniel/ubuntu-autopilot-tests/gedit
- Nicholas Skaggs (community): Approve
-
Diff: 1347 lines (+936/-357)9 files modifiedubuntu_autopilot_tests/gedit/__init__.py (+154/-0)
ubuntu_autopilot_tests/gedit/samples/gedit.c (+8/-0)
ubuntu_autopilot_tests/gedit/samples/gedit.cpp (+8/-0)
ubuntu_autopilot_tests/gedit/samples/gedit.py (+6/-0)
ubuntu_autopilot_tests/gedit/samples/gedit.vala (+9/-0)
ubuntu_autopilot_tests/gedit/samples/gedit.xml (+21/-0)
ubuntu_autopilot_tests/gedit/samples/gedit1.c (+8/-0)
ubuntu_autopilot_tests/gedit/samples/test (+1/-0)
ubuntu_autopilot_tests/gedit/test_gedit.py (+721/-357)
tags: | added: todo |
Changed in ubuntu-autopilot-tests: | |
assignee: | nobody → Dan Chapman (dpniel) |
status: | New → In Progress |
Changed in ubuntu-autopilot-tests: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-autopilot-tests: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.