Skip to content

scripting: Fix argument list of createTestWindow()

Commit f285f2c6 changed Scripting.createTestWindow() to accept a parameter object instead of a parameter list but forgot to remove the width and height arguments. This breaks the "core" test as all windows are created with default settings.

Merge request reports