Skip to content
Snippets Groups Projects
Unverified Commit 264d68b1 authored by apple502j's avatar apple502j Committed by GitHub
Browse files

Test change (tryit tooltip)

parent 5106903c
Branches
Tags
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment