Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-26 | Fix recovery code mail functional test | Thais Siqueira | |
with @tayanefernandes | |||
2017-04-26 | Includes logout after scenarios | Thais Siqueira | |
with @tayanefernandes | |||
2017-04-24 | Refresh before logout on functional tests | Sriram Viswanathan | |
2017-04-19 | Merge pull request #1054 from pixelated/recovery-code-email-template | Anike Arni | |
[#927] Add recovery code mail template | |||
2017-04-17 | Fixes functional tests with missing file | Thais Siqueira | |
with @anikarni | |||
2017-04-17 | Logs user out after failed functional test | Thais Siqueira | |
https://github.com/pixelated/project-issues/issues/433 with @anikarni | |||
2017-04-17 | Adds steps to ensure users sees inbox in funcional tests | Thais Siqueira | |
https://github.com/pixelated/project-issues/issues/433 with @anikarni | |||
2017-04-17 | Improves account recovery flow functional tests. | Thais Siqueira | |
https://github.com/pixelated/project-issues/issues/433 with @anikarni | |||
2017-04-13 | [#927] Add recovery code mail template | Denis Costa | |
with @tuliocasagrande | |||
2017-04-12 | [#927] Add require_user tag | Tulio Casagrande | |
with @deniscostadsc | |||
2017-04-12 | [#927] Remove unused imports | Tulio Casagrande | |
with @deniscostadsc | |||
2017-04-12 | [#927] Rename parameter for better readability | Tulio Casagrande | |
with @deniscostadsc | |||
2017-04-12 | [#927] Confirm email with the recovery code | Tulio Casagrande | |
with @deniscostadsc | |||
2017-04-11 | [#927] Enter credentials using default values | Tulio Casagrande | |
with @deniscostadsc | |||
2017-04-11 | [#927] Call AccountRecoveryPage parent using the proper way | Tulio Casagrande | |
with @deniscostadsc | |||
2017-04-06 | [#938] Uses PageObject pattern for functional test | Sriram Viswanathan | |
with @anikarni | |||
2017-04-05 | [#938] Adds smoke test for account recovery flow | Sriram Viswanathan | |
with @anikarni | |||
2017-04-05 | [fix-tests] Generate a new username for each smoke feature | Thais Siqueira | |
with @deniscostadsc | |||
2017-04-05 | [fix-build] Changes from input to button on webapp signup | Denis Costa | |
with @thaissiqueira | |||
2017-04-04 | Revert "Fix functional tests for button change in webapp" | Thais Siqueira | |
This reverts commit 54ce5397e484fd81ee01d714c87c32ed4718fdb2. | |||
2017-03-30 | [#927] Change account recovery tests to run against a non mocked application | Tayane Fernandes | |
with @thaissiqueira | |||
2017-03-30 | [#927] Creates functional tests for backup account flow | Anike Arni | |
with @tayanefernandes | |||
2017-03-29 | Fix functional tests for button change in webapp | Anike Arni | |
Webapp buttons on signup changed from buttons to input[type=submit]. https://0xacab.org/leap/leap_web/commit/b1b523f08a9ce7ea5fe0d50dc8b86995e00b48d6 | |||
2017-03-23 | |#973| Thais + Sriram | Functional test for logout from the page header | Sriram Viswanathan | |
2017-03-10 | [#923] Fix functional test on login page | Sriram Viswanathan | |
2017-03-10 | |#000|Sriram| Fix functional test - get element by id rather than css ↵ | Sriram Viswanathan | |
selector for cc-bcc collapse | |||
2017-02-21 | [#907] Makes login page responsive | Anike Arni | |
2017-02-17 | [#907] Click tag child on functional tests | Tulio Casagrande | |
with @anikarni | |||
2017-02-17 | [#907] Fix functional tests on snap | Tulio Casagrande | |
2017-02-17 | [#907] Change functional tests to check for visibility | Tulio Casagrande | |
2017-02-17 | [#907] Change default webdriver to chrome | Tulio Casagrande | |
with @anikarni | |||
2017-02-17 | [#907] Add retry when tag reference was lost | Tulio Casagrande | |
2017-02-17 | [#907] Fix selectors to work with chromedriver | Tulio Casagrande | |
2016-12-14 | [#845] Fixes pep8 line spacing | Anike Arni | |
with @thaissiqueira | |||
2016-12-14 | [#845] Fixes absence of email in functional test | Anike Arni | |
We noticed we had timeout issues while waiting for an email in inbox. To solve this, we stopped using deferred in async calls and used @wait_for instead. With @thaissiqueira. | |||
2016-12-14 | Move functional tests to find elements with waits | Tulio Casagrande | |
We were using the Selenium native find_element in a few places, which could raise a TimeoutException. I changed to use our timed out version and also renamed the internal methods to prevent misuse | |||
2016-12-14 | Increase timeout between interstitial and inbox | Tulio Casagrande | |
When testing against staging, sometimes the first login is not completed within the default 20 seconds, so I doubled the timeout. | |||
2016-12-08 | Remove dead code | Tulio Casagrande | |
2016-12-06 | Remove sleep time when waiting for interstitial | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-12-02 | Finish first smoke test | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-12-02 | Add support to run ipdb on error | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-12-01 | Increase interstitial timeout | Tulio Casagrande | |
We need a bigger timeout in order to test remotely See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-12-01 | Fix logout button reference to work on Firefox | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-12-01 | Add support to use different webdrivers | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Removes unused function | Denis Costa | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Add username to behave context | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Add timeout to find by css selector | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Add sign up smoke test | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Extract user agent initialization | Tulio Casagrande | |
Now the initialization and mocking of the user agent run only when using localhost. See: https://github.com/pixelated/project-issues/issues/381 | |||
2016-11-30 | Extract slugify method | Tulio Casagrande | |