summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/tag_list.py
AgeCommit message (Collapse)Author
2017-02-17[#907] Click tag child on functional testsTulio Casagrande
with @anikarni
2017-02-17[#907] Fix functional tests on snapTulio Casagrande
2017-02-17[#907] Add retry when tag reference was lostTulio Casagrande
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-29Improves importsDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-04-05Issue #648: Refactor mail-listFelix Hammerl
2015-09-11Another attempt to make side nav more reliableFolker Bernitt
- Issue #456 - Also added action chain for search
2015-09-11Wait for click handler to become availableFolker Bernitt
- Issue #456
2015-09-11Run javascript instead of sleepFolker Bernitt
- Issue #456 - Try to end up after all the JS that needs to run
2015-09-11Attempt to get side navigation a little bit more stableFolker Bernitt
- Issue #456 - Only temporary workaround to keep tests green while searching for a proper solution
2015-09-11Wait until single element for tag list is visibleFolker Bernitt
- Issue #456
2015-09-11Wait for content to become available before checking class attributeFolker Bernitt
- Issue #456 - Added new find_element_by_class_name method
2015-04-14fix typo on side_nav_expandedrafael lisboa
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-03-09Refactoring of fuctional testsTiago Ferraz
The scenarios were updated to follow the conventions of gherkin steps. Removal of duplicated code.
2015-02-27Make tests involving adding and selecting tags more robustAlexandre Pretto Nunes
2015-02-25#296 Fixing functional tests so it clicks the right elementGabriel Albo
2015-02-23Tests click on fake-left-off-canvas-toggle instead of hidden one.Folker Bernitt
- Issue #290
2014-10-15Getting rid of singletons and optimizing importsDuda Dornelles
2014-10-14No more tag_index - now whoosh does everythinDuda Dornelles
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