Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-19 | Adapted logging in the UA to use twisted.logger | Bruno Wagner | |
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-25 | test if bigger attachments also work | Christoph Kluenter | |
See #761 | |||
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-05-11 | Remove dispatcher references from service | Caio Carrara | |
Since we're not using dispatcher anymore, it doesn't make sense to keep dispatcher references and program flows that depend on it. For example, it doesn't make sense keep the flag --organization-mode, so it was removed as well. | |||
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-25 | serving the client directly, as the current dependency on proxy strips out ↵ | NavaL | |
xsrf cookies -fixing functional test Issue #612 | |||
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 | Disable CSP for phantomjs | Folker Bernitt | |
- disable only during phantomjs tests - CSP headers seem to prevent sendkey webdriver capability | |||
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 | |||
2016-01-06 | moving screenshots to a different folder -- to be saved as artifacts in snap | NavaL | |
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 | |||
2015-09-11 | Wait until single element for tag list is visible | Folker Bernitt | |
- Issue #456 | |||
2015-09-11 | Remove spend_time_in_reactor from functional tests | Folker Bernitt | |
- Issue #456 - Protect mail list click click against staleness exceptions Mail list is manipulated while accessing first mail so page often is stale. Repeat function if that happens | |||
2015-09-11 | Wait for content to become available before checking class attribute | Folker Bernitt | |
- Issue #456 - Added new find_element_by_class_name method | |||
2015-09-11 | Wait for send button to become enabled to avoid implicit timeout | Folker Bernitt | |
- instead of waiting to not be disabled - Issue #456 | |||
2015-09-10 | Remove sleep from search functional steps | Folker Bernitt | |
2015-09-10 | Add 'with ImplicitWait' to allow shorter timeouts | Folker Bernitt | |
- necessary if elements do not exist, selenium seems to wait the entire explict timeout in this case | |||
2015-09-10 | Remove some sleeps from functional tests (mail_list.py) | Folker Bernitt | |
- Rewrite of 'I should not see any email' step as assertion did not work | |||
2015-09-08 | pep8 | kaeff | |
2015-09-08 | Another try for flaky checkboxes FT: Wait until loading finished | kaeff | |
A reincarnation of 0e42b6d. While waiting for appear/disappear didn't help, the current CI failures seem to be related to a sync still be going on. | |||
2015-09-07 | Attempt to reduce flakiness of checkboxes.feature | kaeff | |
2015-08-18 | pep8 | kaeff | |
2015-08-18 | Delete mail after attachments FT to avoid false negative | kaeff | |
Since attachments.feature didn't clean up after itself, search_and_destroy failed afterwards (relied on an empty mailbox) | |||
2015-08-17 | pep8 | kaeff | |