Add an ID for qute://settings inputs

This commit is contained in:
Florian Bruhin 2017-06-19 13:13:08 +02:00
parent d7f1ebedbf
commit 3c2d568a2e
2 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,7 @@ th pre { color: grey; text-align: left; }
</td>
<td>
<input type="text"
id="input-{{ option.name }}"
onblur="cset('{{ option.name }}', this.value)"
value="{{ confget(option.name) }}">
</input>

View File

@ -83,7 +83,7 @@ Feature: Setting settings.
And I open qute://settings
# scroll to the right - the table does not fit in the default screen
And I run :scroll-perc -x 100
And I hint with args "inputs" and follow a
And I run :click-element id input-ignore_case
And I wait for "Entering mode KeyMode.insert *" in the log
And I press the key "<Ctrl+Backspace>"
And I press the keys "always"
@ -96,7 +96,7 @@ Feature: Setting settings.
When I open qute://settings
# scroll to the right - the table does not fit in the default screen
And I run :scroll-perc -x 100
And I hint with args "inputs" and follow a
And I run :click-element id input-ignore_case
And I wait for "Entering mode KeyMode.insert *" in the log
And I press the key "<Ctrl+Backspace>"
And I press the keys "foo"