Prepare release

This commit is contained in:
Thomas Nordquist
2019-03-04 18:55:26 +01:00
parent f8a2af8554
commit 7961a7dd3f
3 changed files with 13 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ export async function showJsonFormatting(browser: Browser<void>) {
await browser.keys(['\uE009', 'A']) // Ctrl + A
await browser.keys(['\uE000']) // End keyboard modifier
await browser.keys(['\uE003']) // Backspace
await sleep(300)
await sleep(500)
await writeTextPayload(payloadInput, '{"action": "setState", "state": "on" }')
await sleep(300)
await clickOn(formatJsonButton, browser)