summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-06-16 16:22:41 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-07-04 15:08:02 +0200
commitd0904a9f67e5ad3b21ab1870679474e2fb8c39f1 (patch)
tree5ee53934114772ed335ffd1b8c0bd4d97f00a4e5 /tests/manual
parentc2a2845ee7f03d7caa32986ea03fd1824fca41f4 (diff)
downloadqutebrowser-d0904a9f67e5ad3b21ab1870679474e2fb8c39f1.tar.gz
qutebrowser-d0904a9f67e5ad3b21ab1870679474e2fb8c39f1.zip
Adjust test settings
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/hints/find_implementation.html2
-rw-r--r--tests/manual/hints/hide_unmatched_rapid_hints.html4
-rw-r--r--tests/manual/mouse.html6
3 files changed, 6 insertions, 6 deletions
diff --git a/tests/manual/hints/find_implementation.html b/tests/manual/hints/find_implementation.html
index c51b49e5c..d74c76366 100644
--- a/tests/manual/hints/find_implementation.html
+++ b/tests/manual/hints/find_implementation.html
@@ -6,7 +6,7 @@
<title>Different hint implementations</title>
</head>
<body>
- <p>When setting hints -> find-implementation to python, the label for the wrapped hint should be drawn at the wrong position.</p>
+ <p>When setting hints.find_implementation to python, the label for the wrapped hint should be drawn at the wrong position.</p>
<div style="width: 20em;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis <a href="/data/hello.txt">nostrud exercitation</a> ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
diff --git a/tests/manual/hints/hide_unmatched_rapid_hints.html b/tests/manual/hints/hide_unmatched_rapid_hints.html
index bee1411d9..1630a790e 100644
--- a/tests/manual/hints/hide_unmatched_rapid_hints.html
+++ b/tests/manual/hints/hide_unmatched_rapid_hints.html
@@ -5,8 +5,8 @@
<title>Hide unmatched rapid hints</title>
</head>
<body>
- <p>When <code>hints -> hide-unmatched-rapid-hints</code> is set to true (default), rapid hints behave like normal hints, i.e. unmatched hints will be hidden as you type. Setting the option to false will disable hiding in rapid mode, which is sometimes useful (see <a href="https://github.com/qutebrowser/qutebrowser/issues/1799">#1799</a>).</p>
- <p>Note that when hinting in number mode, the <code>hints -> hide-unmatched-rapid-hints</code> option affects typing the hint string (number), but not the filter (letters).</p>
+ <p>When <code>hints.hide_unmatched_rapid_hints</code> is set to true (default), rapid hints behave like normal hints, i.e. unmatched hints will be hidden as you type. Setting the option to false will disable hiding in rapid mode, which is sometimes useful (see <a href="https://github.com/qutebrowser/qutebrowser/issues/1799">#1799</a>).</p>
+ <p>Note that when hinting in number mode, the <code>hints.hide_unmatched_rapid_hints</code> option affects typing the hint string (number), but not the filter (letters).</p>
<p>Here is couple of invalid links to test the behaviour:</p>
<p><a href="#foo">one</a></p>
<p><a href="#foo">two</a></p>
diff --git a/tests/manual/mouse.html b/tests/manual/mouse.html
index 3506b5dd5..2f60f3981 100644
--- a/tests/manual/mouse.html
+++ b/tests/manual/mouse.html
@@ -6,11 +6,11 @@
</head>
<body>
<ul>
- <li>Middle- or Ctrl-click on a <a href="https://www.qutebrowser.org">link</a> should open it in a new tab (fg/bg according to <code>tabs -> background-tabs</code>)</li>
+ <li>Middle- or Ctrl-click on a <a href="https://www.qutebrowser.org">link</a> should open it in a new tab (fg/bg according to <code>tabs.background</code>)</li>
<li>When clicking the link with shift, <code>background-tabs</code> should be reversed accordingly.</li>
<li>Ctrl + Mousewheel should zoom in/out</li>
<li>Back/forward keys on mouse should navigate back/forward</li>
- <li>With <code>input -> rocker-gestures</code> set, no context menu should be shown, but pressing left+right/right+left buttons should navigate back/forward</li>
- <li>When setting <code>input -> rocker-gestures</code> dynamically, the context menu should be hidden/shown accordingly.</li>
+ <li>With <code>input.rocker_gestures</code> set, no context menu should be shown, but pressing left+right/right+left buttons should navigate back/forward</li>
+ <li>When setting <code>input.rocker_gestures</code> dynamically, the context menu should be hidden/shown accordingly.</li>
</body>
</html>