summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-20 14:30:49 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-20 18:00:38 +0100
commit7146c18183e9eadfee2d7a9e7af21b183e207fdd (patch)
tree2b0022db8864c8a0d49d01122d03c91e48719591 /tests
parentfd6790fe8c02b144ab2464f1fc8ab3d02ce3c476 (diff)
downloadqutebrowser-7146c18183e9eadfee2d7a9e7af21b183e207fdd.tar.gz
qutebrowser-7146c18183e9eadfee2d7a9e7af21b183e207fdd.zip
Rename :open-editor to :edit-text
See #6022
Diffstat (limited to 'tests')
-rw-r--r--tests/end2end/features/editor.feature12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/end2end/features/editor.feature b/tests/end2end/features/editor.feature
index 8aa17f90a..811e25c66 100644
--- a/tests/end2end/features/editor.feature
+++ b/tests/end2end/features/editor.feature
@@ -100,7 +100,7 @@ Feature: Opening external editors
And I open data/editor.html
And I run :click-element id qute-textarea
And I wait for "Entering mode KeyMode.insert (reason: clicking input)" in the log
- And I run :open-editor
+ And I run :edit-text
And I wait for "Read back: foobar" in the log
Then the javascript message "text: foobar" should be logged
@@ -111,7 +111,7 @@ Feature: Opening external editors
And I wait for "Entering mode KeyMode.insert (reason: clicking input)" in the log
And I run :leave-mode
And I wait for "Leaving mode KeyMode.insert (reason: leave current)" in the log
- And I run :open-editor
+ And I run :edit-text
And I wait for "Read back: foobar" in the log
Then the javascript message "text: foobar" should be logged
@@ -123,7 +123,7 @@ Feature: Opening external editors
And I open data/editor.html
And I run :click-element id qute-textarea
And I wait for "Entering mode KeyMode.insert (reason: clicking input)" in the log
- And I run :open-editor
+ And I run :edit-text
And I wait until the editor has started
And I set tabs.last_close to blank
And I run :tab-close
@@ -138,7 +138,7 @@ Feature: Opening external editors
And I open data/editor.html
And I run :click-element id qute-textarea
And I wait for "Entering mode KeyMode.insert (reason: clicking input)" in the log
- And I run :open-editor
+ And I run :edit-text
And I wait until the editor has started
And I save without exiting the editor
And I wait for "Read back: foobar" in the log
@@ -153,7 +153,7 @@ Feature: Opening external editors
And I wait for "Leaving mode KeyMode.insert (reason: leave current)" in the log
And I run :enter-mode caret
And I wait for "Entering mode KeyMode.caret (reason: command)" in the log
- And I run :open-editor
+ And I run :edit-text
And I wait for "Read back: foobar" in the log
And I run :leave-mode
Then the javascript message "text: foobar" should be logged
@@ -165,7 +165,7 @@ Feature: Opening external editors
And I wait for "Entering mode KeyMode.insert (reason: clicking input)" in the log
And I run :insert-text foo
And I wait for "Inserting text into element *" in the log
- And I run :open-editor
+ And I run :edit-text
And I wait for "Read back: bar" in the log
Then the javascript message "text: bar" should be logged