summaryrefslogtreecommitdiff
path: root/src/leap/gui/tests/test_firstrun_wizard.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-10 02:00:21 +0900
committerkali <kali@leap.se>2013-01-10 02:00:21 +0900
commitf55dcd717a946651492142ed198853b1c667254b (patch)
tree5e058f6648f589933582fc27a65b58c5c4a39f0d /src/leap/gui/tests/test_firstrun_wizard.py
parent6fe187c4ea2a32105c712d34167058707f8f82f8 (diff)
renamed connection page
Diffstat (limited to 'src/leap/gui/tests/test_firstrun_wizard.py')
-rw-r--r--src/leap/gui/tests/test_firstrun_wizard.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/gui/tests/test_firstrun_wizard.py b/src/leap/gui/tests/test_firstrun_wizard.py
index d51e9945..b6c34000 100644
--- a/src/leap/gui/tests/test_firstrun_wizard.py
+++ b/src/leap/gui/tests/test_firstrun_wizard.py
@@ -29,8 +29,8 @@ PAGES_DICT = dict((
('providersetupvalidation',
firstrun.providersetup.ProviderSetupValidationPage),
('signup', firstrun.register.RegisterUserPage),
- ('signupvalidation',
- firstrun.regvalidation.RegisterUserValidationPage),
+ ('connect',
+ firstrun.connect.ConnectionPage),
('lastpage', firstrun.last.LastPage)
))