summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-19 13:37:51 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-19 13:37:51 +0100
commitd47f87132a3ff25c1c5122ce7521ab40bc3e1876 (patch)
treee985125af68f5b88e8c3f25c5a0c8e0f169f2c94 /tests
parent0f8f52782ce5e4c4a57fba493760736adebf13b3 (diff)
downloadqutebrowser-d47f87132a3ff25c1c5122ce7521ab40bc3e1876.tar.gz
qutebrowser-d47f87132a3ff25c1c5122ce7521ab40bc3e1876.zip
Fix file select warning
Diffstat (limited to 'tests')
-rw-r--r--tests/end2end/features/editor.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/editor.feature b/tests/end2end/features/editor.feature
index 31e67d4b1..8aa17f90a 100644
--- a/tests/end2end/features/editor.feature
+++ b/tests/end2end/features/editor.feature
@@ -204,7 +204,7 @@ Feature: Opening external editors
And I open data/fileselect.html
And I run :click-element id single_file
Then the javascript message "Files: 1.txt" should be logged
- And the warning "More than one files choosen, using only the first" should be shown
+ And the warning "More than one file chosen, using only the first" should be shown
## select multiple files