summaryrefslogtreecommitdiff
path: root/service/test/functional
AgeCommit message (Collapse)Author
2016-05-18Issue #692 re-added logout back in the feature toggleNavaL
2016-05-11Remove dispatcher references from serviceCaio 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-29Issue #679: Fix CSS and markup for attachmentsFelix Hammerl
2016-04-06Issue #292: Fix functional testsFelix Hammerl
2016-04-06Remove unused step from functional testsFelix Hammerl
2016-04-05Issue #648: Refactor mail-listFelix Hammerl
2016-03-22Issue #649: Fix functional testsFelix Hammerl
2016-03-15Issue #620: Refactor read viewFelix Hammerl
2016-03-09Issue #617: Add sandbox to user-agentFelix Hammerl
2016-02-25serving the client directly, as the current dependency on proxy strips out ↵NavaL
xsrf cookies -fixing functional test Issue #612
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-28added ft stepNavaL
Issue #583
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-27Disable CSP for phantomjsFolker Bernitt
- disable only during phantomjs tests - CSP headers seem to prevent sendkey webdriver capability
2016-01-27Add a login multi user functional testFolker Bernitt
- Issue #576 - Extended AppTestClient with multi user support
2016-01-06added ftNavaL
Issue #548
2016-01-06moving screenshots to a different folder -- to be saved as artifacts in snapNavaL
2015-12-29adding a step to toggle cc and bcc fields when forwarding emails -- fixing ↵NavaL
functional test Issue #563
2015-11-12remove save draft button, related css and jsRobin Doherty
2015-09-15Replace sleep in data_setup.py with waitFolker Bernitt
- Issue: #456
2015-09-14Fixed pep8 warningBruno Wagner
2015-09-14Removed unused sleep from the search stepBruno Wagner
2015-09-14Fixed a typo in a functional test commentBruno Wagner
2015-09-14Added sleep after adding mail so it is properly indexedBruno Wagner
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-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-11Wait for send button to become enabled to avoid implicit timeoutFolker Bernitt
- instead of waiting to not be disabled - Issue #456
2015-09-10Remove sleep from search functional stepsFolker Bernitt
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-10Remove some sleeps from functional tests (mail_list.py)Folker Bernitt
- Rewrite of 'I should not see any email' step as assertion did not work
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-18pep8kaeff
2015-08-18Delete mail after attachments FT to avoid false negativekaeff
Since attachments.feature didn't clean up after itself, search_and_destroy failed afterwards (relied on an empty mailbox)
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-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)
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-08-11Fixed unit and integration tests.Folker Bernitt
2015-08-11Start events server before running functional tests.Folker Bernitt
- Issue #420 - Should create server.key before behave tests - Revert "move events diabling to AppTestClient for functional tests"