Build: #22 failed

Job: Onezone basic failed

Test results

  • 18 tests in total
  • 17 tests failed
  • 14 failures are new
  • 1 test was quarantined / skipped
  • 11 minutes taken in total.

Build 22 has the following 17 errors: 14 new failure(s) occurred since the previous build.

New test failures 14
Status Test Duration
Collapse Failed test_onezone_basic test_user_can_go_to_oneprovider_by_clicking_on_go_to_your_files_in_providers_popup
45 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_can_go_to_oneprovider_by_clicking_on_go_to_your_files_in_providers_popup'>>

    from tests.gui.steps.oneprovider.groups import *
>   from tests.gui.steps.oneprovider.spaces import *

tests/gui/scenarios/test_onezone_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_after_clicking_on_providers_circle_on_world_map_providers_popup_appears
24 secs
RuntimeError: no "world map" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_after_clicking_on_providers_circle_on_world_map_providers_popup_appears'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(39 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_after_unsupporting_space_number_displayed_in_space_counter_for_given_provider_decreases
46 secs
RuntimeError: no "go to your files" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_after_unsupporting_space_number_displayed_in_space_counter_for_given_provider_decreases'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:73: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_his_alias_remains_unchanged_after_resigning_from_renaming_it_clicks_cancel_button_after_entering_alias
43 secs
RuntimeError: no "user alias" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_his_alias_remains_unchanged_after_resigning_from_renaming_it_clicks_cancel_button_after_entering_alias'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_home_space_of_provider_should_have_cloud_with_home_icon
45 secs
RuntimeError: no "go to your files" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_home_space_of_provider_should_have_cloud_with_home_icon'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_if_space_is_displayed_in_provider_submenu_in_go_to_your_files_panel_that_provider_is_also_displayed_in_submenu_of_that_space_in_data_space_management_panel
45 secs
RuntimeError: no "go to your files" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_if_space_is_displayed_in_pr...er_is_also_displayed_in_submenu_of_that_space_in_data_space_management_panel'>>

    scenarios('../features/onezone/access_tokens.feature')
>   scenarios('../features/onezone/login_page.feature')

tests/gui/scenarios/test_onezone_basic.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_provider_popup_can_be_closed_with_clicking_on_map
23 secs
RuntimeError: no "world map" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_provider_popup_can_be_closed_with_clicking_on_map'>>

    @pytest.mark.skip('it collides with deregister provider test, '
>                     'so skip it on getting started for now)')
    @scenario('../features/onezone/providers.feature',
              'User sees that when no provider is working appropriate msg is shown')
    def test_user_sees_that_when_no_provider_is_working_appropriate_msg_is_shown():
(43 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_provider_popup_can_be_closed_with_clicking_the_same_or_other_provider_circle
24 secs
RuntimeError: no "world map" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_provider_popup_can_be_closed_with_clicking_the_same_or_other_provider_circle'>>

    def screens():
>       return [0]

tests/gui/scenarios/test_onezone_basic.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(40 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_spaces_list_in_provider_popup_and_provider_record_in_go_to_your_files_matches
48 secs
RuntimeError: no "go to your files" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_spaces_list_in_provider_popup_and_provider_record_in_go_to_your_files_matches'>>

    def test_user_sees_that_when_no_provider_is_working_appropriate_msg_is_shown():
>       pass

tests/gui/scenarios/test_onezone_basic.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_user_successfully_changes_his_alias_clicks_on_confirm_button_after_entering_text
43 secs
RuntimeError: no "user alias" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_changes_his_alias_clicks_on_confirm_button_after_entering_text'>>

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_onezone_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_user_successfully_changes_his_alias_presses_enter_after_entering_text
43 secs
RuntimeError: no "user alias" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_changes_his_alias_presses_enter_after_entering_text'>>

    from tests.gui.steps.oneprovider.groups import *
>   from tests.gui.steps.oneprovider.spaces import *

tests/gui/scenarios/test_onezone_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_user_successfully_copies_access_token
43 secs
RuntimeError: no "access tokens" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_copies_access_token'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_basic test_user_successfully_logout
21 secs
RuntimeError: no "manage account" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_logout'>>

    from tests.gui.steps.oneprovider.groups import *
>   from tests.gui.steps.oneprovider.spaces import *

tests/gui/scenarios/test_onezone_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(40 more lines...)
Collapse Failed test_onezone_basic test_user_successfully_removes_access_token
43 secs
RuntimeError: no "access tokens" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_removes_access_token'>>

    from tests.gui.steps.oneprovider.groups import *
>   from tests.gui.steps.oneprovider.spaces import *

tests/gui/scenarios/test_onezone_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Existing test failures 3
Status Test Failing since Duration
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2013' in position 12: ordinal not in range(128)
request = <FixtureRequest for <Function 'test_onezone_login_page_renders_with_proper_title'>>

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_onezone_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(25 more lines...)
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_opens_provider_popup_by_clicking_on_supporting_provider_in_spaces_submenu'>>

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_onezone_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
RuntimeError: no "access tokens" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_creates_access_token'>>

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_onezone_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)