Skip to content

Commit 159302b

Browse files
committed
test: fix assets path
1 parent 9dd405c commit 159302b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/costumes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ describe('Working with costumes', () => {
214214
.mouseMove(abbyElement)
215215
.perform();
216216
// wait for one of Abby's alternate costumes to appear
217-
await findByXpath('//img[@src="https://cdn.assets.scratch.mit.edu/internalapi/asset/45de34b47a2ce22f6f5d28bb35a44ff5.svg/get/"]');
217+
await findByXpath('//img[@src="https://assets.scratch.mit.edu/internalapi/asset/45de34b47a2ce22f6f5d28bb35a44ff5.svg/get/"]');
218218
const logs = await getLogs();
219219
await expect(logs).toEqual([]);
220220
}, 60 * 1000);

0 commit comments

Comments
 (0)