summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/common.py
AgeCommit message (Collapse)Author
2017-02-17[#907] Change functional tests to check for visibilityTulio 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-12-08Remove dead codeTulio Casagrande
2016-11-30Removes unused functionDenis Costa
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Add timeout to find by css selectorTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
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-29Convert URL constants to behave's userdataTulio 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-29Improves importsDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Changes print from command to functionDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-04-05Issue #648: Refactor mail-listFelix Hammerl
2016-03-22Issue #649: Fix functional testsFelix Hammerl
2016-01-27Add a login multi user functional testFolker Bernitt
- Issue #576 - Extended AppTestClient with multi user support
2015-09-11Remove spend_time_in_reactor from functional testsFolker 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-11Wait for content to become available before checking class attributeFolker Bernitt
- Issue #456 - Added new find_element_by_class_name method
2015-09-10Add 'with ImplicitWait' to allow shorter timeoutsFolker Bernitt
- necessary if elements do not exist, selenium seems to wait the entire explict timeout in this case
2015-09-08pep8kaeff
2015-09-08Another try for flaky checkboxes FT: Wait until loading finishedkaeff
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-07Attempt to reduce flakiness of checkboxes.featurekaeff
2015-08-17pep8kaeff
2015-08-172 attempts against flakiness of checkboxes_and_mailboxeskaeff
1) Explicitly load inbox to avoid test fails before mail appears 2) Use "loading..." notification to check whether deleting mail has already been completed checkboxes_and_mailboxes.feature spends a lot time waiting (even if the step is already executed logically) as one can see when running tests in Firefox. This test is a good candidate for speed optimization.
2015-08-12Spend some time in twisted reactor before accessing page.Folker Bernitt
- Increase likelihood that page and related resources got delivered before asserting changes using selenium.
2015-08-12Try longer 20s timeout for functional tests on snap-ci.Folker Bernitt
2015-08-11Check for subject instead of mail id for deleted mails.Folker Bernitt
2015-03-26Refactorating: replaced XPath by CSS SelectorTiago Ferraz
2015-03-26Fixed pep8 errors.Tiago Ferraz
2015-03-26New test that use checkboxes. Removal of hamcrest lib, code refactoring.Tiago Ferraz
A new test was created to use Pixelated checkboxes and the buttons at the top. Also the lib hamcrest was removed and code refactored to be more pythonic. A new method after_step will log information in case of step failures.
2015-02-27Allow to pass a different timeout to wait_until_* methodsAlexandre Pretto Nunes
2015-01-09Added printing of console.log to functional test common.Folker Bernitt
2014-12-11optmizing python importsDuda Dornelles
2014-10-27Attempt to fix functional tests: adding more wait_untils on the core of our ↵Duda Dornelles
selectors (like capybara), disabling mail list autoRefresh (only for functional tests) and adding some ridiculos timeout in a specific step
2014-10-16Added some wait until visible to functional tests to make them more stable.Folker Bernitt
2014-10-14No more tag_index - now whoosh does everythinDuda Dornelles
2014-10-14Fix pep8 warnings.Folker Bernitt
2014-10-14Tried to make part of functional tests more stable.Folker Bernitt
- Waiting for text change is unreliable, instead wait for Send button to disappear when sending mail
2014-10-09moving fake-service features to service, getting rid of setup.py test ↵Duda Dornelles
requires and getting them into test_requirements.txt