Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-10 | [#923] Fix functional test on login page | Sriram 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 responsive | Anike Arni | |
2017-02-17 | [#907] Click tag child on functional tests | Tulio Casagrande | |
with @anikarni | |||
2017-02-17 | [#907] Fix functional tests on snap | Tulio Casagrande | |
2017-02-17 | [#907] Change functional tests to check for visibility | Tulio Casagrande | |
2017-02-17 | [#907] Change default webdriver to chrome | Tulio Casagrande | |
with @anikarni | |||
2017-02-17 | [#907] Add retry when tag reference was lost | Tulio Casagrande | |
2017-02-17 | [#907] Fix selectors to work with chromedriver | Tulio Casagrande | |
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 | |