We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd405c commit 159302bCopy full SHA for 159302b
test/integration/costumes.test.js
@@ -214,7 +214,7 @@ describe('Working with costumes', () => {
214
.mouseMove(abbyElement)
215
.perform();
216
// 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/"]');
+ await findByXpath('//img[@src="https://assets.scratch.mit.edu/internalapi/asset/45de34b47a2ce22f6f5d28bb35a44ff5.svg/get/"]');
218
const logs = await getLogs();
219
await expect(logs).toEqual([]);
220
}, 60 * 1000);
0 commit comments