fix inputs not being cleared

This commit is contained in:
Björn Dalfors
2024-05-29 22:03:38 +02:00
parent e19178780f
commit e009940530
4 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import { Page } from 'playwright'
import { moveToCenterOfElement, clickOn, clickOnHistory, expandTopic, sleep, writeText } from '../util'
import { moveToCenterOfElement, clickOn, clickOnHistory, expandTopic, sleep } from '../util'
export async function showNumericPlot(browser: Page) {
await expandTopic('kitchen/coffee_maker', browser)