Add an ID for qute://settings inputs
This commit is contained in:
parent
d7f1ebedbf
commit
3c2d568a2e
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user