From e0dbcf98b5ebcbe736061e84f7eaa8c8911acb8c Mon Sep 17 00:00:00 2001
From: Paul Kaplan <pkaplan@media.mit.edu>
Date: Thu, 24 May 2018 13:28:25 -0400
Subject: [PATCH] Fix integration test

---
 test/integration/how-tos.test.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/integration/how-tos.test.js b/test/integration/how-tos.test.js
index 953cfbc7e..3877ce3e8 100644
--- a/test/integration/how-tos.test.js
+++ b/test/integration/how-tos.test.js
@@ -27,8 +27,8 @@ describe('Working with the how-to library', () => {
         await clickXpath('//button[@title="tryit"]');
         await clickText('Costumes');
         await clickXpath('//*[@aria-label="How-to Library"]');
-        await clickText('Say hello'); // Modal should close
-        await clickText('Add a new sprite'); // Make sure first card appears
+        await clickText('Getting Started'); // Modal should close
+        await clickText('Add a Move Block and a Say Block'); // Make sure first card appears
         const logs = await getLogs();
         await expect(logs).toEqual([]);
     });
-- 
GitLab