Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-29 | Improve atomicity of checkbox operations | Tulio 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-29 | Convert URL constants to behave's userdata | Tulio 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-29 | Removes unused variable | Denis Costa | |
See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-11-29 | Improves imports | Denis Costa | |
See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-11-29 | Changes print from command to function | Denis Costa | |
See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-11-24 | Fix imports | Tulio Casagrande | |
See: https://github.com/pixelated/project-issues/issues/380 | |||
2016-10-18 | Adapted imports to reflect new bitmask-dev dependency | Bruno Wagner | |
2016-08-25 | [Denis/Tulio][#761] Change attachment file size to 5MB | Denis Costa | |
2016-08-25 | if we use a bigger attachment, we should check for a bigger size | Christoph Kluenter | |
2016-08-23 | Fix misspelled attachment name | Denis Costa | |
See: #761 | |||
2016-08-23 | accept uploads to up to 5MB | Christoph Kluenter | |
2016-05-18 | Issue #692 re-added logout back in the feature toggle | NavaL | |
2016-04-29 | Issue #679: Fix CSS and markup for attachments | Felix Hammerl | |
2016-04-06 | Issue #292: Fix functional tests | Felix Hammerl | |
2016-04-06 | Remove unused step from functional tests | Felix Hammerl | |
2016-04-05 | Issue #648: Refactor mail-list | Felix Hammerl | |
2016-03-22 | Issue #649: Fix functional tests | Felix Hammerl | |
2016-03-15 | Issue #620: Refactor read view | Felix Hammerl | |
2016-03-09 | Issue #617: Add sandbox to user-agent | Felix Hammerl | |
2016-02-12 | attachments are only un-linked from emails but not deleted in soledad | Jefferson Stachelski | |
- removed backend delete of attachments - JS unit tests - Functional test Issue #549 | |||
2016-01-28 | Issue #550 - Adding BDD tests to cover case when file is bigger than 1 MB. | Gislene Pereira | |
2016-01-28 | added ft step | NavaL | |
Issue #583 | |||
2016-01-27 | Revert "Issue #550 - Adding BDD tests to cover case when file is bigger than ↵ | Gislene Pereira | |
1 MB." The 1MB file upload is timing out in snap and breaking the build. I'm reverting this commit in order to better investigate how to solve the problem. This reverts commit 31aca931fd1ec76a4ffd9099bb6b13894a9d64be. | |||
2016-01-27 | Issue #550 - Adding BDD tests to cover case when file is bigger than 1 MB. | Gislene Pereira | |
2016-01-27 | Add a login multi user functional test | Folker Bernitt | |
- Issue #576 - Extended AppTestClient with multi user support | |||
2016-01-06 | added ft | NavaL | |
Issue #548 | |||
2015-12-29 | adding a step to toggle cc and bcc fields when forwarding emails -- fixing ↵ | NavaL | |
functional test Issue #563 | |||
2015-11-12 | remove save draft button, related css and js | Robin Doherty | |
2015-09-15 | Replace sleep in data_setup.py with wait | Folker Bernitt | |
- Issue: #456 | |||
2015-09-14 | Fixed pep8 warning | Bruno Wagner | |
2015-09-14 | Removed unused sleep from the search step | Bruno Wagner | |
2015-09-14 | Fixed a typo in a functional test comment | Bruno Wagner | |
2015-09-14 | Added sleep after adding mail so it is properly indexed | Bruno Wagner | |
2015-09-11 | Another attempt to make side nav more reliable | Folker Bernitt | |
- Issue #456 - Also added action chain for search | |||
2015-09-11 | Wait for click handler to become available | Folker Bernitt | |
- Issue #456 | |||
2015-09-11 | Run javascript instead of sleep | Folker Bernitt | |
- Issue #456 - Try to end up after all the JS that needs to run | |||
2015-09-11 | Attempt to get side navigation a little bit more stable | Folker Bernitt | |
- Issue #456 - Only temporary workaround to keep tests green while searching for a proper solution |