Test for accidental url opened in a pinned tab

This commit is contained in:
thuck 2016-11-22 07:24:02 +01:00
parent 9dff4299e8
commit 05d3631750

View File

@ -1064,3 +1064,11 @@ Feature: Tab management
Then the following tabs should be open:
- data/numbers/1.txt
- 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)