Add UI tests
This commit is contained in:
8
src/spec/scenarios/showJsonPreview.ts
Normal file
8
src/spec/scenarios/showJsonPreview.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { clickOn, sleep, writeText, expandTopic } from '../util'
|
||||
import { Browser } from 'webdriverio'
|
||||
|
||||
export async function showJsonPreview(browser: Browser<void>) {
|
||||
await expandTopic('3d-printer/OctoPrint/temperature/bed', browser)
|
||||
|
||||
await sleep(1000)
|
||||
}
|
||||
Reference in New Issue
Block a user