Add more number files
This commit is contained in:
parent
3ffb726b98
commit
028e7239ed
1
tests/end2end/data/numbers/15.txt
Normal file
1
tests/end2end/data/numbers/15.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
fifteen
|
1
tests/end2end/data/numbers/16.txt
Normal file
1
tests/end2end/data/numbers/16.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
sixteen
|
1
tests/end2end/data/numbers/17.txt
Normal file
1
tests/end2end/data/numbers/17.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
seventeen
|
@ -204,10 +204,10 @@ Feature: quickmarks and bookmarks
|
|||||||
Then the error "Quickmark for 'about:blank' not found!" should be shown
|
Then the error "Quickmark for 'about:blank' not found!" should be shown
|
||||||
|
|
||||||
Scenario: Deleting the current page's quickmark
|
Scenario: Deleting the current page's quickmark
|
||||||
When I open data/numbers/1.txt
|
When I open data/numbers/17.txt
|
||||||
And I run :quickmark-add http://localhost:(port)/data/numbers/1.txt seventeen
|
And I run :quickmark-add http://localhost:(port)/data/numbers/17.txt seventeen
|
||||||
And I run :quickmark-del
|
And I run :quickmark-del
|
||||||
Then the quickmark file should not contain "seventeen http://localhost:*/data/numbers/1.txt"
|
Then the quickmark file should not contain "seventeen http://localhost:*/data/numbers/17.txt"
|
||||||
|
|
||||||
Scenario: Listing quickmarks
|
Scenario: Listing quickmarks
|
||||||
When I run :quickmark-add http://localhost:(port)/data/numbers/15.txt fifteen
|
When I run :quickmark-add http://localhost:(port)/data/numbers/15.txt fifteen
|
||||||
|
Loading…
Reference in New Issue
Block a user