summaryrefslogtreecommitdiff
path: root/service/test/functional/features/page_objects/inbox_page.py
diff options
context:
space:
mode:
authorThais Siqueira <thais.siqueira@gmail.com>2017-04-17 17:27:55 -0300
committerThais Siqueira <thais.siqueira@gmail.com>2017-04-17 17:27:55 -0300
commite6c10b18616edcbf9548af03c9d07a018100f07c (patch)
treed7c9df407548f300def5dc4d8793a3778d83ffa0 /service/test/functional/features/page_objects/inbox_page.py
parente7f9489d73551eba9434efe2e39ba5e75ab003d7 (diff)
Logs user out after failed functional test
https://github.com/pixelated/project-issues/issues/433 with @anikarni
Diffstat (limited to 'service/test/functional/features/page_objects/inbox_page.py')
-rw-r--r--service/test/functional/features/page_objects/inbox_page.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/functional/features/page_objects/inbox_page.py b/service/test/functional/features/page_objects/inbox_page.py
index 67ef1375..a6b5fef7 100644
--- a/service/test/functional/features/page_objects/inbox_page.py
+++ b/service/test/functional/features/page_objects/inbox_page.py
@@ -15,7 +15,7 @@
# along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
from base_page import BasePage
-from common import execute_ignoring_staleness
+from steps.common import execute_ignoring_staleness
class InboxPage(BasePage):