summaryrefslogtreecommitdiff
path: root/service/test/functional/features/page_objects/__init__.py
diff options
context:
space:
mode:
authorSriram Viswanathan <sriramv@thoughtworks.com>2017-04-06 13:59:07 -0300
committerGitHub <noreply@github.com>2017-04-06 13:59:07 -0300
commitdacf49973d9bd4b9b0fb128cf575f22e0398ad6b (patch)
tree06f2ff2232d12eac02177ac83e4d9951876d0b4b /service/test/functional/features/page_objects/__init__.py
parent9bc74b43bda16936fa62d9879168eb26ef09fe2c (diff)
parenta85e533dfe833f397af18be7c4784c9a049eac7f (diff)
Merge pull request #1048 from pixelated/backup_account_during_recovery
[#938] Adds smoke test for account recovery flow
Diffstat (limited to 'service/test/functional/features/page_objects/__init__.py')
-rw-r--r--service/test/functional/features/page_objects/__init__.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/service/test/functional/features/page_objects/__init__.py b/service/test/functional/features/page_objects/__init__.py
new file mode 100644
index 00000000..6868330b
--- /dev/null
+++ b/service/test/functional/features/page_objects/__init__.py
@@ -0,0 +1,18 @@
+#
+# Copyright (c) 2017 ThoughtWorks, Inc.
+#
+# Pixelated is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Pixelated is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
+
+from base_page import BasePage
+from account_recovery_page import AccountRecoveryPage