summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/login.py
AgeCommit message (Collapse)Author
2017-04-24Refresh before logout on functional testsSriram Viswanathan
2017-04-17Logs user out after failed functional testThais Siqueira
https://github.com/pixelated/project-issues/issues/433 with @anikarni
2017-04-17Adds steps to ensure users sees inbox in funcional testsThais Siqueira
https://github.com/pixelated/project-issues/issues/433 with @anikarni
2017-04-12[#927] Confirm email with the recovery codeTulio Casagrande
with @deniscostadsc
2017-04-11[#927] Enter credentials using default valuesTulio Casagrande
with @deniscostadsc
2017-03-30[#927] Change account recovery tests to run against a non mocked applicationTayane Fernandes
with @thaissiqueira
2017-03-23 |#973| Thais + Sriram | Functional test for logout from the page headerSriram Viswanathan
2017-03-10[#923] Fix functional test on login pageSriram Viswanathan
2017-02-21[#907] Makes login page responsiveAnike Arni
2016-12-06Remove sleep time when waiting for interstitialTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-01Increase interstitial timeoutTulio Casagrande
We need a bigger timeout in order to test remotely See: https://github.com/pixelated/project-issues/issues/381
2016-12-01Fix logout button reference to work on FirefoxTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Add username to behave contextTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Add sign up smoke testTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-29Convert URL constants to behave's userdataTulio Casagrande
Behave 1.2.5 introduces user-specific configuration data, which can be used to override default values. See: https://github.com/pixelated/project-issues/issues/380
2016-11-24Fix importsTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/380
2016-05-18Issue #692 re-added logout back in the feature toggleNavaL
2016-01-28added ft stepNavaL
Issue #583
2016-01-27Add a login multi user functional testFolker Bernitt
- Issue #576 - Extended AppTestClient with multi user support