From 264d68b1fbef7cbc7574eabf75b71aa3d5db1dce Mon Sep 17 00:00:00 2001
From: apple502j <33279053+apple502j@users.noreply.github.com>
Date: Wed, 1 Aug 2018 17:01:40 +0900
Subject: [PATCH] Test change (tryit tooltip)

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

diff --git a/test/integration/backpack.test.js b/test/integration/backpack.test.js
index 9694e67ba..cfc78613c 100644
--- a/test/integration/backpack.test.js
+++ b/test/integration/backpack.test.js
@@ -24,7 +24,7 @@ describe('Working with the how-to library', () => {
 
     test('Backpack is "Coming Soon" without backpack host param', async () => {
         await loadUri(uri);
-        await clickXpath('//button[@title="tryit"]');
+        await clickXpath('//button[@title="Try It"]');
         // Check that the backpack header is visible and wrapped in a coming soon tooltip
         await clickText('Backpack', '*[@data-for="backpack-tooltip"]');
         const logs = await getLogs();
@@ -33,7 +33,7 @@ describe('Working with the how-to library', () => {
 
     test('Backpack can be expanded with backpack host param', async () => {
         await loadUri(`${uri}?backpack_host=some-value`);
-        await clickXpath('//button[@title="tryit"]');
+        await clickXpath('//button[@title="Try It"]');
 
         // Try activating the backpack from the costumes tab to make sure it isn't pushed off
         await clickText('Costumes');
-- 
GitLab