summaryrefslogtreecommitdiff
path: root/src/leap/gui/tests/test_firstrun_wizard.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-24 18:47:41 +0900
committerkali <kali@leap.se>2013-01-24 18:47:41 +0900
commit9cdc193c587631986e579c1ba37a8b982be01238 (patch)
tree7d1d0b15a10e8ff4e21ca09633781bc471593976 /src/leap/gui/tests/test_firstrun_wizard.py
parent26d1849415402a5aa826c57519d40a19cc67c059 (diff)
all tests green again
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup
Diffstat (limited to 'src/leap/gui/tests/test_firstrun_wizard.py')
-rw-r--r--src/leap/gui/tests/test_firstrun_wizard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/gui/tests/test_firstrun_wizard.py b/src/leap/gui/tests/test_firstrun_wizard.py
index b6c34000..395604d3 100644
--- a/src/leap/gui/tests/test_firstrun_wizard.py
+++ b/src/leap/gui/tests/test_firstrun_wizard.py
@@ -113,7 +113,7 @@ class FirstRunWizardTestCase(qunittest.TestCase):
# remember it's implemented as an ordered dict
pagenames = ('intro', 'providerselection', 'login', 'providerinfo',
- 'providersetupvalidation', 'signup', 'signupvalidation',
+ 'providersetupvalidation', 'signup', 'connect',
'lastpage')
eq = self.assertEqual
w = self.wizard