Skip to content
Snippets Groups Projects
Commit c5290a26 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Use an actual url for backpack host so storage doesnt explode

parent 92964389
Branches
Tags
No related merge requests found
......@@ -30,7 +30,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 loadUri(`${uri}?backpack_host=https://backpack.scratch.mit.edu`);
// 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