summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/attachments.py
AgeCommit message (Collapse)Author
2017-02-17[#907] Fix selectors to work with chromedriverTulio Casagrande
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-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-29Removes unused variableDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Improves importsDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-10-18Adapted imports to reflect new bitmask-dev dependencyBruno Wagner
2016-08-25[Denis/Tulio][#761] Change attachment file size to 5MBDenis Costa
2016-08-25if we use a bigger attachment, we should check for a bigger sizeChristoph Kluenter
2016-08-23Fix misspelled attachment nameDenis Costa
See: #761
2016-08-23accept uploads to up to 5MBChristoph Kluenter
2016-04-29Issue #679: Fix CSS and markup for attachmentsFelix Hammerl
2016-03-15Issue #620: Refactor read viewFelix Hammerl
2016-02-12attachments are only un-linked from emails but not deleted in soledadJefferson Stachelski
- removed backend delete of attachments - JS unit tests - Functional test Issue #549
2016-01-28Issue #550 - Adding BDD tests to cover case when file is bigger than 1 MB.Gislene Pereira
2016-01-27Revert "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-27Issue #550 - Adding BDD tests to cover case when file is bigger than 1 MB.Gislene Pereira
2016-01-06added ftNavaL
Issue #548
2015-08-17[wip] Expose attachments again after migrationkaeff
- Issue: #433 - Still missing: In JS, use encoding directly from the attachment object, insted of headers. Then remove headers again (see failing unit test)