From 280f139ba2e4403c87ad925b874b105761b140c8 Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Wed, 21 Aug 2019 16:05:29 -0400 Subject: [PATCH] Fix costume test --- test/integration/blocks.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/blocks.test.js b/test/integration/blocks.test.js index 7f034c7dd..1f7ab546a 100644 --- a/test/integration/blocks.test.js +++ b/test/integration/blocks.test.js @@ -214,10 +214,10 @@ describe('Working with the blocks', () => { test('Adding costumes DOES update the default costume name in the toolbox', async () => { await loadUri(uri); - // By default, costume1 is in the costume tab + // By default, costume2 is in the costume tab await clickText('Looks', scope.blocksTab); await driver.sleep(500); // Wait for scroll to finish - await clickText('costume1', scope.blocksTab); + await clickText('costume2', scope.blocksTab); // Also check that adding a new costume does update the list await clickText('Costumes'); -- GitLab