Test for accidental url opened in a pinned tab
This commit is contained in:
parent
175744761b
commit
982e4f46e0
@ -1064,3 +1064,11 @@ Feature: Tab management
|
|||||||
Then the following tabs should be open:
|
Then the following tabs should be open:
|
||||||
- data/numbers/1.txt
|
- data/numbers/1.txt
|
||||||
- data/numbers/2.txt (active)
|
- data/numbers/2.txt (active)
|
||||||
|
|
||||||
|
Scenario: :tab-pin open url
|
||||||
|
When I open data/numbers/1.txt
|
||||||
|
And I run :tab-pin
|
||||||
|
And I run :open data/numbers/2.txt
|
||||||
|
Then the message "Tab is pinned!" should be shown
|
||||||
|
And the following tabs should be open:
|
||||||
|
- data/numbers/1.txt (active)
|
||||||
|
Loading…
Reference in New Issue
Block a user