Remove scene from ui-test video

This commit is contained in:
Thomas Nordquist
2019-06-18 14:49:24 +02:00
parent d7bb4bb55f
commit d92ea0bad7

View File

@@ -62,13 +62,6 @@ async function doStuff() {
await sleep(2000) await sleep(2000)
}) })
await scenes.record('topic_updates', async () => {
await showText('Topic overview', 1000, browser, 'top')
await sleep(1000)
await showText('Indicate topic updates', 1000, browser, 'middle')
await sleep(1000)
})
await scenes.record('numeric_plots', async () => { await scenes.record('numeric_plots', async () => {
await showText('Plot topic history', 2000, browser) await showText('Plot topic history', 2000, browser)
await showNumericPlot(browser) await showNumericPlot(browser)