summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/end2end/features/misc.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature
index cba16bb38..f89dc7063 100644
--- a/tests/end2end/features/misc.feature
+++ b/tests/end2end/features/misc.feature
@@ -169,7 +169,7 @@ Feature: Various utility commands.
@qtwebkit_skip @qt<5.11
Scenario: Inspector without --enable-webengine-inspector
- When I run :inspector
+ When I run :devtools
Then the error "QtWebEngine inspector is not enabled. See 'qutebrowser --help' for details." should be shown
@no_xvfb @posix @qtwebengine_skip