From 797d11d58daa26950f1020320c3b7f21af2a080e Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Wed, 20 Feb 2019 15:57:32 +0100 Subject: [PATCH] Update video captions --- src/spec/webdriverio.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/spec/webdriverio.ts b/src/spec/webdriverio.ts index 25af539..e52cb51 100644 --- a/src/spec/webdriverio.ts +++ b/src/spec/webdriverio.ts @@ -45,12 +45,12 @@ async function doStuff() { await sleep(1000) await sleep(1000) - await showText('Overview of topics', 2000, browser, 'top') + await showText('Topics overview', 2000, browser, 'top') await sleep(2000) - await showText('Indicates which topics change', 2000, browser, 'bottom') + await showText('Indicate topic updates', 2000, browser, 'bottom') await sleep(3000) - await showText('Plot topics', 2000, browser) + await showText('Plot topic history', 2000, browser) await showNumericPlot(browser) await sleep(2000)