From d92ea0bad74b1aca1244a0ea0ab2972c8adeee12 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Tue, 18 Jun 2019 14:49:24 +0200 Subject: [PATCH] Remove scene from ui-test video --- src/spec/demoVideo.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/spec/demoVideo.ts b/src/spec/demoVideo.ts index 153ea6a..5618a38 100644 --- a/src/spec/demoVideo.ts +++ b/src/spec/demoVideo.ts @@ -62,13 +62,6 @@ async function doStuff() { 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 showText('Plot topic history', 2000, browser) await showNumericPlot(browser)