Expand |
Failed
|
test_oneprovider_spaces
test_check_if_get_support_token_box_is_not_empty
|
Failing since build #18
(Manual run by Agnieszka Warchol)
|
42 secs |
TypeError: 'NoneType' object has no attribute '__getitem__'
request = <FixtureRequest for <Function 'test_check_if_get_support_token_box_is_not_empty'>>
> ???
tests/gui/scenarios/test_oneprovider_spaces.py:65:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(46 more lines...)
|
Expand |
Failed
|
test_oneprovider_spaces
test_check_if_invite_group_token_box_is_not_empty
|
Failing since build #18
(Manual run by Agnieszka Warchol)
|
42 secs |
RuntimeError: no SIDEBAR item found in SpacesContentPage in Oneprovider page
request = <FixtureRequest for <Function 'test_check_if_invite_group_token_box_is_not_empty'>>
> ???
tests/gui/scenarios/test_oneprovider_spaces.py:61:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(30 more lines...)
|
Expand |
Failed
|
test_oneprovider_spaces
test_set_given_space_as_home
|
Failing since build #18
(Manual run by Agnieszka Warchol)
|
44 secs |
TypeError: 'NoneType' object has no attribute '__getitem__'
request = <FixtureRequest for <Function 'test_set_given_space_as_home'>>
> ???
tests/gui/scenarios/test_oneprovider_spaces.py:69:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(46 more lines...)
|
Expand |
Failed
|
test_oneprovider_spaces
test_switching_between_spaces
|
Failing since build #18
(Manual run by Agnieszka Warchol)
|
39 secs |
RuntimeError: no SIDEBAR item found in SpacesContentPage in Oneprovider page
request = <FixtureRequest for <Function 'test_switching_between_spaces'>>
> scenarios('../features/oneprovider/spaces/creation.feature')
tests/gui/scenarios/test_oneprovider_spaces.py:57:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(27 more lines...)
|
Expand |
Failed
|
test_oneprovider_spaces
test_user_fails_to_join_to_space_because_of_using_invalid_token_clicks_join_confirmation_button_after_entering_token
|
Failing since build #18
(Manual run by Agnieszka Warchol)
|
27 secs |
TypeError: 'NoneType' object has no attribute '__getitem__'
request = <FixtureRequest for <Function 'test_user_fails_to_join_to_space_because_of_using_invalid_token_clicks_join_confirmation_button_after_entering_token'>>
@fixture(scope='module')
> def screens():
tests/gui/scenarios/test_oneprovider_spaces.py:53:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(47 more lines...)
|
Expand |
Failed
|
test_oneprovider_spaces
test_user_fails_to_join_to_space_because_of_using_invalid_token_presses_enter_after_entering_token
|
Failing since build #18
(Manual run by Agnieszka Warchol)
|
59 secs |
RuntimeError: no SIDEBAR item found in SpacesContentPage in Oneprovider page
request = <FixtureRequest for <Function 'test_user_fails_to_join_to_space_because_of_using_invalid_token_presses_enter_after_entering_token'>>
from tests.gui.steps.oneprovider_common import *
> from tests.gui.meta_steps.onezone.common import *
tests/gui/scenarios/test_oneprovider_spaces.py:49:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(31 more lines...)
|
Expand |
Failed
|
test_oneprovider_spaces
test_user_leaves_given_space
|
Failing since build #18
(Manual run by Agnieszka Warchol)
|
43 secs |
TypeError: 'NoneType' object has no attribute '__getitem__'
request = <FixtureRequest for <Function 'test_user_leaves_given_space'>>
> ???
tests/gui/scenarios/test_oneprovider_spaces.py:73:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(46 more lines...)
|
Expand |
Failed
|
test_oneprovider_spaces
test_user_successfully_creates_new_space_with_specified_name_clicks_create_confirmation_button_after_entering_space_name
|
Failing since build #18
(Manual run by Agnieszka Warchol)
|
54 secs |
RuntimeError: no SIDEBAR item found in SpacesContentPage in Oneprovider page
request = <FixtureRequest for <Function 'test_user_successfully_creates_new_space_with_specified_name_clicks_create_confirmation_button_after_entering_space_name'>>
from tests.gui.steps.oneprovider.groups import *
> from tests.gui.steps.oneprovider.spaces import *
tests/gui/scenarios/test_oneprovider_spaces.py:45:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(31 more lines...)
|
Expand |
Failed
|
test_oneprovider_spaces
test_user_successfully_creates_new_space_with_specified_name_presses_enter_after_entering_space_name
|
Failing since build #18
(Manual run by Agnieszka Warchol)
|
1 min |
RuntimeError: no SIDEBAR item found in SpacesContentPage in Oneprovider page
request = <FixtureRequest for <Function 'test_user_successfully_creates_new_space_with_specified_name_presses_enter_after_entering_space_name'>>
from tests.gui.steps.oneprovider.data_tab import *
> from tests.gui.steps.oneprovider.file_browser import *
tests/gui/scenarios/test_oneprovider_spaces.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(31 more lines...)
|
Expand |
Failed
|
test_oneprovider_spaces
test_user_successfully_renames_space_clicks_ok_confirmation_button_after_entering_space_name
|
Failing since build #18
(Manual run by Agnieszka Warchol)
|
43 secs |
TypeError: 'NoneType' object has no attribute '__getitem__'
request = <FixtureRequest for <Function 'test_user_successfully_renames_space_clicks_ok_confirmation_button_after_entering_space_name'>>
from tests.gui.steps.oneprovider.groups import *
> from tests.gui.steps.oneprovider.spaces import *
tests/gui/scenarios/test_oneprovider_spaces.py:45:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(47 more lines...)
|
Expand |
Failed
|
test_oneprovider_spaces
test_user_successfully_renames_space_presses_enter_after_entering_space_name
|
Failing since build #18
(Manual run by Agnieszka Warchol)
|
1 min |
RuntimeError: no SIDEBAR item found in SpacesContentPage in Oneprovider page
request = <FixtureRequest for <Function 'test_user_successfully_renames_space_presses_enter_after_entering_space_name'>>
from tests.gui.steps.oneprovider.data_tab import *
> from tests.gui.steps.oneprovider.file_browser import *
tests/gui/scenarios/test_oneprovider_spaces.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(31 more lines...)
|