Improved wording.
This commit is contained in:
parent
d790947617
commit
ee4085fd07
1 changed files with 4 additions and 4 deletions
|
@ -26,12 +26,12 @@ class TaskbarSessionTest < TestCase
|
|||
match(
|
||||
browser: browser1,
|
||||
css: 'body',
|
||||
value: 'Reload application',
|
||||
value: 'Continue session',
|
||||
)
|
||||
match_not(
|
||||
browser: browser2,
|
||||
css: 'body',
|
||||
value: 'Reload application',
|
||||
value: 'Continue session',
|
||||
)
|
||||
|
||||
end
|
||||
|
@ -60,12 +60,12 @@ class TaskbarSessionTest < TestCase
|
|||
match_not(
|
||||
browser: browser1,
|
||||
css: 'body',
|
||||
value: 'Reload application',
|
||||
value: 'Continue session',
|
||||
)
|
||||
match_not(
|
||||
browser: browser2,
|
||||
css: 'body',
|
||||
value: 'Reload application',
|
||||
value: 'Continue session',
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue