- 08 Mar, 2017 2 commits
-
- 16 Feb, 2017 2 commits
-
-
anonym authored
-
- 09 Feb, 2017 1 commit
-
-
anonym authored
The .click() method actually looks up the coordinates of the element and then clicks those coordinates. The 'press' action directly causes a "click" event that cannot be lost. The affected part has been failing quite regularly on Jenkins, presumably because the GUI isn't finished loading at the time, so the coordinates we end up clicking on (with .click()) are the wrong ones.
-
- 02 Feb, 2017 4 commits
- 31 Jan, 2017 1 commit
-
-
anonym authored
Previously we looked for the whole line, but calling .click will result in clicking in its middle which might be something that doesn't give focus, e.g. the column for the message status (whether it was read or not).
-
- 30 Jan, 2017 1 commit
-
-
anonym authored
-
- 25 Jan, 2017 2 commits
-
-
anonym authored
... to significantly improve Dogtail's performance by saving state and reusing it between Dogtail commands. This is a massive commit, and it changes the semantics of the creation of Dogtail objects. Previously they just created the code that then would be run once an actionable method was called (.wait, .click etc), but now it works like in Python, that Dogtail will try to find the graphical element upon object creation. Will-fix: #12059
- 22 Dec, 2016 1 commit
-
-
intrigeri authored
-
- 11 Dec, 2016 1 commit
-
-
anonym authored
We cannot clean that email up (easily) since when we use POP3 deletions won't affect the remote inbox, only our local one. Note that we already test SMTP in another scenario, so no test coverage is lost, really (unless SMTP works differently with POP3 compared to IMAP, which I think we can assume is not the case). Will-fix: #12006
-
- 28 Nov, 2016 1 commit
-
- 28 Oct, 2016 2 commits
- 19 Oct, 2016 4 commits
- 12 Sep, 2016 2 commits
- 03 Sep, 2016 4 commits
- 02 Sep, 2016 3 commits
-
-
anonym authored
I'm not confident in any code checking for the absence of an addon without having an anti-test checking that the same code can detect the presence of some other addons -- then we might as well verify that the list is exactly what we expect.
- 01 Sep, 2016 1 commit
-
-
anonym authored
... which incidentally fixes the issue we've had with some outdated test suite images for this feature, and a robustness issue in TorBirdy's settings dialog. :) Also, by removing the IMAP scenario, which has been broken ever since we enabled the autoconfiguration wizard, we fix another failure -- we'll reintroduce an updated version of it shortly. Will-fix: #11571, #11400
-
- 15 Apr, 2016 1 commit
-
-
anonym authored
It depends on check.tp.o reporting that we use Tor, but we do not when using Chutney. When we actually add usage tests of Icedove, we'll implicitly test this any way.
-
- 27 Oct, 2015 1 commit
-
-
anonym authored
-
- 15 Oct, 2015 1 commit
-
-
kytv authored
-
- 09 Oct, 2015 1 commit
-
-
kytv authored
-
- 08 Oct, 2015 4 commits