Try stabilizing 'Clicking on focused element'

The problem was that 'qute-input focused' wasn't logged. Let's see if this helps.
This commit is contained in:
Florian Bruhin 2024-05-25 12:59:52 +02:00
parent 04b2b0bdea
commit af1d537970
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ Feature: Various utility commands.
Scenario: Clicking on focused element
When I open data/click_element.html
And I run :fake-key <Tab>
And I run :jseval document.getElementById("qute-input").focus()
And I wait for the javascript message "qute-input focused"
And I run :click-element focused
Then "Entering mode KeyMode.insert (reason: clicking input)" should be logged