- 05 Apr, 2016 1 commit
-
-
anonym authored
-
- 07 Dec, 2015 1 commit
-
-
anonym authored
... at least on my system, that previously could reproduce it.
-
- 29 Nov, 2015 1 commit
-
- 07 Sep, 2015 1 commit
-
-
anonym authored
... and pave the way for adding more options than the user to execute the command as.
-
- 22 Jun, 2015 6 commits
-
-
kytv authored
- 28 May, 2015 1 commit
-
-
kytv authored
This will fix a similar problem to #8928, which seems to correlate with CPU load on the host system running the test suite.
-
- 15 May, 2015 1 commit
-
-
anonym authored
-
- 10 Apr, 2015 1 commit
-
-
anonym authored
"Persistent" in the sense that it survives across scenarios. This is a first step towards using a single Libvirt::Domain instance across the full test suite run, which in turn is a step towards being able to use Libvirt snapshots more easily (or at all, I think). This was achieved with the following command: sed -i 's/@vm\>/$vm/g' -- features/step_definitions/*.rb \ features/support/*.rb \ features/support/helpers/*.rb
-
- 17 Feb, 2015 2 commits
-
-
Tails developers authored
-
Tails developers authored
Note that encrypt_sign_helper() already deals with the passphrase by calling maybe_deal_with_pinentry(), so the removed code may result in us writing the passphrase a second time, into whatever application has focus after pinentry closes (Gedit, most likely).
-
- 16 Feb, 2015 1 commit
-
-
Tails developers authored
-
- 19 Jan, 2015 1 commit
-
-
Tails developers authored
-
- 25 Nov, 2014 1 commit
-
-
Tails developers authored
Beyond updating images for GNOME Shell we also remove some bad uses of wait_*_gnome_window(), since they were previously added in situation where traditional (2.x) GNOME windows were used, not Header Bars.
-
- 20 Nov, 2014 1 commit
-
-
Tails developers authored
-
- 17 Oct, 2014 2 commits
-
-
Tails developers authored
-
Tails developers authored
Just hovering a sub-menu (e.g. "Accessories") and waiting a bit is enough for the submenu to open. But we did click on it, and if the sub-menu was already open by hovering, then clicking closed it, of course resulting in FindFailed exceptions to be thrown.
-
- 12 Aug, 2014 1 commit
-
-
Tails developers authored
-
- 01 Jan, 2014 1 commit
-
-
Tails developers authored
First, the pinentry window is not automatically focused in the "Symmetric encryption and decryption using gpgApplet" feature, for some reason, while it is focused in the others. So, we click on it to give it focus. Second, on a fast (bare metal) test setup, when one immediately types the passphrase, the first character is lost. So, we had a little sleep time. I have not found any *visible* change during this time, so I can think of no other way we detect when pinentry is ready to receive our input.
-
- 23 Jul, 2013 1 commit
-
-
Tails developers authored
-
- 05 Apr, 2013 1 commit
-
-
Tails developers authored
-
- 27 Mar, 2013 1 commit
-
-
Tails developers authored
Now all .feature:s reside directly in the root of features/, and they are differentiated with tags: source tests are tagged '@source' and product (i.e. Tails ISO image) tests are tagged '@product'. These tags then set up the appropriate environment on a feature-by-feature basis.
-
- 18 Mar, 2013 2 commits
-
-
Tails developers authored
Well, now we have a single variable that changes the live user's name.
-
Tails developers authored
-