testlib: using b.mouse(..., ctrlKey=True)
keeps the ctrl modifier active
#21187
Labels
b.mouse(..., ctrlKey=True)
keeps the ctrl modifier active
#21187
Explain what happens
When using
b.mouse()
with ctrl key modifier in Firefox the modifier is kept active for all futureb.mouse()
calls.I am not sure if this is a bug in testlib or something in firefox bidi driver.
Relevant testing farm failure:
https://artifacts.dev.testing-farm.io/650d6b68-b518-414e-9ff2-d2b8f8d73939/
Relevant part of testNavigation:
First in the test ctrl modifier is used
and then later on in the test there is another use of
b.mouse
this time with ctrlKey=False (default). Testingfarm log shows the test fails here.problem also persists when explicitly setting it to false in the function call.
The bidi input action looks good to me.
Version of Cockpit
327
Where is the problem in Cockpit?
None
Server operating system
None
Server operating system version
No response
What browsers are you using?
Firefox
System log
No response
The text was updated successfully, but these errors were encountered: