Skip to content
GitLab
Menu
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
95aca385
Commit
95aca385
authored
Aug 16, 2018
by
Cyril Brulebois
Browse files
Test suite: adjust matching of mail body area.
parent
c17a17bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/step_definitions/thunderbird.rb
View file @
95aca385
...
...
@@ -187,7 +187,7 @@ When /^I send an email to myself$/ do
compose_window
.
child
(
'Subject:'
,
roleName:
'entry'
)
.
typeText
(
@subject
)
compose_window
=
thunderbird_app
.
child
(
"Write:
#{
@subject
}
- Thunderbird"
)
compose_window
.
child
(
'
about:blank
'
,
roleName:
'
document
frame'
)
compose_window
.
child
(
''
,
roleName:
'
internal
frame'
)
.
typeText
(
'test'
)
compose_window
.
child
(
'Composition Toolbar'
,
roleName:
'tool bar'
)
.
button
(
'Send'
).
click
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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