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-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 | |
2016-11-30 | Setup browser before_all method | Tulio Casagrande | |
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 | Add support for parameterization on error | Tulio Casagrande | |
We added debug on error, default to false and save screenshots, default to true | |||
2016-11-29 | Remove twisted loggers from behave tests | Tulio Casagrande | |
The twisted loggers were capturing outputs and preventing debug with pdb | |||
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 commented code | Denis Costa | |
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-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 |