Merge lp:~roignac/mago/test_empathy_continue_button_fix into lp:~mago-contributors/mago/mago-testsuite

Proposed by Vadim Rutkovsky
Status: Needs review
Proposed branch: lp:~roignac/mago/test_empathy_continue_button_fix
Merge into: lp:~mago-contributors/mago/mago-testsuite
Diff against target: 21 lines (+2/-2)
1 file modified
empathy/test_empathy.py (+2/-2)
To merge this branch: bzr merge lp:~roignac/mago/test_empathy_continue_button_fix
Reviewer Review Type Date Requested Status
Mago Contributors Pending
Jean-Baptiste Lallement Pending
Review via email: mp+71701@code.launchpad.net

Description of the change

This branch fixes failure for test_01, as in Oneiric version Forward button in Account dialog has been replaced with Continue button

To post a comment you must log in.

Unmerged revisions

25. By Vadim Rutkovsky

Replacing Forward button with Continue - fixes test_01_account_assistant

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'empathy/test_empathy.py'
2--- empathy/test_empathy.py 2011-01-24 08:25:34 +0000
3+++ empathy/test_empathy.py 2011-08-16 14:25:34 +0000
4@@ -37,7 +37,7 @@
5 RBTN_PEOPLE_NEARBY = 'rbtnNo,Ijustwanttoseepeopleonlinenearbyfornow'
6 BTN_APPLY = 'btnApply'
7 BTN_CLOSE = 'btnClose'
8-BTN_FORWARD = 'btnForward'
9+BTN_CONTINUE = 'btnContinue'
10 FIRSTNAME = 'txtFirstName'
11 LASTNAME = 'txtLastName'
12 NICKNAME = 'txtNickname'
13@@ -101,7 +101,7 @@
14 dialog = ooldtp.context(self.window_name)
15 ldtp.wait()
16 dialog.getchild(RBTN_PEOPLE_NEARBY).click()
17- dialog.getchild(BTN_FORWARD).click()
18+ dialog.getchild(BTN_CONTINUE).click()
19 dialog.getchild(FIRSTNAME).settextvalue('Emmet')
20 dialog.getchild(LASTNAME).settextvalue('Brown')
21 dialog.getchild(NICKNAME).settextvalue('Doc')

Subscribers

People subscribed via source and target branches