removing unwanted space

This commit is contained in:
Jesko 2018-08-16 12:33:07 +02:00 committed by Jimmy
parent ee9b1f4950
commit 8ef3d90b1a

View File

@ -122,7 +122,7 @@ Feature: Various utility commands.
Scenario: :jseval using too high of a world id
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
@qtwebkit_skip @qt<5.11.2
Scenario: :jseval using too high of a world id
When I run :jseval --world=12 console.log("Hello from JS!");