From bd6e64d0453111ec9b0e346bf75eaa75b10f68f4 Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Thu, 3 Aug 2017 13:16:22 -0400 Subject: [PATCH] Click all the effect buttons --- test/integration/test.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/integration/test.js b/test/integration/test.js index c2e6f393b..4542ba43f 100644 --- a/test/integration/test.js +++ b/test/integration/test.js @@ -48,6 +48,15 @@ describe('costumes, sounds and variables', () => { .then(() => clickXpath('//button[@title="Play"]')) .then(() => clickText('meow')) .then(() => clickXpath('//button[@title="Play"]')) + + .then(() => clickText('Louder')) + .then(() => clickText('Softer')) + .then(() => clickText('Faster')) + .then(() => clickText('Slower')) + .then(() => clickText('Robot')) + .then(() => clickText('Echo')) + .then(() => clickText('Reverse')) + .then(() => getLogs(errorWhitelist)) .then(logs => expect(logs).toEqual([])); }); -- GitLab