summaryrefslogtreecommitdiff
path: root/service/test/functional/features/page_objects/__init__.py
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-04-12 17:14:51 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-04-12 17:22:25 -0300
commitcab44227c133af60a31f1988939cbeca5a865efd (patch)
tree5e7f2fcc6160c65243bad345066e9619a62d4393 /service/test/functional/features/page_objects/__init__.py
parenteb811d8d5d767be45038806e0effdd63510bda3a (diff)
[#927] Confirm email with the recovery code
with @deniscostadsc
Diffstat (limited to 'service/test/functional/features/page_objects/__init__.py')
-rw-r--r--service/test/functional/features/page_objects/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/test/functional/features/page_objects/__init__.py b/service/test/functional/features/page_objects/__init__.py
index 6868330b..920bf541 100644
--- a/service/test/functional/features/page_objects/__init__.py
+++ b/service/test/functional/features/page_objects/__init__.py
@@ -14,5 +14,6 @@
# 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
+from base_page import BasePage
+from inbox_page import InboxPage