removing unwanted space
This commit is contained in:
parent
ee9b1f4950
commit
8ef3d90b1a
@ -122,7 +122,7 @@ Feature: Various utility commands.
|
|||||||
Scenario: :jseval using too high of a world id
|
Scenario: :jseval using too high of a world id
|
||||||
When I run :jseval --world=257 console.log("Hello from JS!");
|
When I run :jseval --world=257 console.log("Hello from JS!");
|
||||||
Then the error "World ID should be between 0 and 256" should be shown
|
Then the error "World ID should be between 0 and 256" should be shown
|
||||||
|
|
||||||
@qtwebkit_skip @qt<5.11.2
|
@qtwebkit_skip @qt<5.11.2
|
||||||
Scenario: :jseval using too high of a world id
|
Scenario: :jseval using too high of a world id
|
||||||
When I run :jseval --world=12 console.log("Hello from JS!");
|
When I run :jseval --world=12 console.log("Hello from JS!");
|
||||||
|
Loading…
Reference in New Issue
Block a user