summaryrefslogtreecommitdiff
path: root/service/test/functional
AgeCommit message (Collapse)Author
2017-04-19Merge pull request #1054 from pixelated/recovery-code-email-templateAnike Arni
[#927] Add recovery code mail template
2017-04-17Fixes functional tests with missing fileThais Siqueira
with @anikarni
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-17Improves 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 templateDenis Costa
with @tuliocasagrande
2017-04-12[#927] Add require_user tagTulio Casagrande
with @deniscostadsc
2017-04-12[#927] Remove unused importsTulio Casagrande
with @deniscostadsc
2017-04-12[#927] Rename parameter for better readabilityTulio Casagrande
with @deniscostadsc
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-04-11[#927] Call AccountRecoveryPage parent using the proper wayTulio Casagrande
with @deniscostadsc
2017-04-06[#938] Uses PageObject pattern for functional testSriram Viswanathan
with @anikarni
2017-04-05[#938] Adds smoke test for account recovery flowSriram Viswanathan
with @anikarni
2017-04-05[fix-tests] Generate a new username for each smoke featureThais Siqueira
with @deniscostadsc
2017-04-05[fix-build] Changes from input to button on webapp signupDenis Costa
with @thaissiqueira
2017-04-04Revert "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 applicationTayane Fernandes
with @thaissiqueira
2017-03-30[#927] Creates functional tests for backup account flowAnike Arni
with @tayanefernandes
2017-03-29Fix functional tests for button change in webappAnike 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 headerSriram Viswanathan
2017-03-10[#923] Fix functional test on login pageSriram 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 responsiveAnike Arni
2017-02-17[#907] Click tag child on functional testsTulio Casagrande
with @anikarni
2017-02-17[#907] Fix functional tests on snapTulio Casagrande
2017-02-17[#907] Change functional tests to check for visibilityTulio Casagrande
2017-02-17[#907] Change default webdriver to chromeTulio Casagrande
with @anikarni
2017-02-17[#907] Add retry when tag reference was lostTulio Casagrande
2017-02-17[#907] Fix selectors to work with chromedriverTulio Casagrande
2016-12-14[#845] Fixes pep8 line spacingAnike Arni
with @thaissiqueira
2016-12-14[#845] Fixes absence of email in functional testAnike 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-14Move functional tests to find elements with waitsTulio 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-14Increase timeout between interstitial and inboxTulio Casagrande
When testing against staging, sometimes the first login is not completed within the default 20 seconds, so I doubled the timeout.
2016-12-08Remove dead codeTulio Casagrande
2016-12-06Remove sleep time when waiting for interstitialTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-02Finish first smoke testTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-02Add support to run ipdb on errorTulio 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-12-01Add support to use different webdriversTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Removes unused functionDenis Costa
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 timeout to find by css selectorTulio 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-30Extract user agent initializationTulio 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-30Extract slugify methodTulio Casagrande
2016-11-30Setup browser before_all methodTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-29Improve atomicity of checkbox operationsTulio Casagrande
We were getting too much errors like "Element is no longer attached to the DOM". See: https://github.com/pixelated/project-issues/issues/381
2016-11-29Add support for parameterization on errorTulio Casagrande
We added debug on error, default to false and save screenshots, default to true