Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
a8e82d22
Commit
a8e82d22
authored
May 31, 2015
by
intrigeri
Browse files
Test suite: verify that files exist after copying.
parent
44f52779
Changes
2
Hide whitespace changes
Inline
Side-by-side
features/torified_browsing.feature
View file @
a8e82d22
...
...
@@ -55,6 +55,9 @@ Feature: Browsing the web using the Tor Browser
Scenario
:
I
can view a file stored in
"~/Tor Browser"
but not in ~/.gnupg
Given
I copy
"/usr/share/synaptic/html/index.html"
to
"/home/amnesia/Tor Browser/synaptic.html"
as user
"amnesia"
And
I copy
"/usr/share/synaptic/html/index.html"
to
"/home/amnesia/.gnupg/synaptic.html"
as user
"amnesia"
Then
the file
"/home/amnesia/.gnupg/synaptic.html"
exists
And
the file
"/lib/live/mount/overlay/home/amnesia/.gnupg/synaptic.html"
exists
And
the file
"/live/overlay/home/amnesia/.gnupg/synaptic.html"
exists
And
I start the Tor Browser
And
the Tor Browser has started and loaded the startup page
When I open the address "file
:
///home/amnesia/Tor
Browser/synaptic.html"
in
the
Tor
Browser
...
...
features/totem.feature
View file @
a8e82d22
...
...
@@ -17,10 +17,12 @@ Feature: Using Totem
And
I setup a filesystem share containing sample videos
And
I start Tails from DVD with network unplugged and I login
And
I copy the sample videos to
"/home/amnesia"
as user
"amnesia"
And
the file
"/home/amnesia/video.mp4"
exists
When
I open
"/home/amnesia/video.mp4"
with Totem
Then
I see
"SampleLocalMp4VideoFrame.png"
after at most 10 seconds
Given
I close Totem
And
I copy the sample videos to
"/home/amnesia/.gnupg"
as user
"amnesia"
And
the file
"/home/amnesia/.gnupg/video.mp4"
exists
When
I try to open
"/home/amnesia/.gnupg/video.mp4"
with Totem
Then
I see
"TotemUnableToOpen.png"
after at most 10 seconds
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment