|
|
@ -78,13 +78,12 @@ class InputsTests : BaseIntegrationTests() { |
|
|
|
|
|
|
|
|
|
|
|
val actions = Actions(driver) |
|
|
|
val actions = Actions(driver) |
|
|
|
|
|
|
|
|
|
|
|
actions.moveToElement(slider) |
|
|
|
actions |
|
|
|
.moveByOffset(-(slider.size.width / 2), 0) |
|
|
|
.clickAndHold(slider) |
|
|
|
.click() |
|
|
|
.sendKeys(Keys.RIGHT) |
|
|
|
.sendKeys(Keys.RIGHT, Keys.RIGHT) |
|
|
|
|
|
|
|
.perform() |
|
|
|
.perform() |
|
|
|
|
|
|
|
|
|
|
|
driver.waitTextToBe(value = "10") |
|
|
|
driver.waitTextToBe(value = "55") |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ResolveDrivers |
|
|
|
@ResolveDrivers |
|
|
|