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 85cd563 commit 3dd86c2Copy full SHA for 3dd86c2
test/integration/costumes.test.js
@@ -193,7 +193,7 @@ describe('Working with costumes', () => {
193
.mouseMove(abbyElement)
194
.perform();
195
// wait for one of Abby's alternate costumes to appear
196
- await findByXpath('//img[@src="https://cdn.assets.scratch.mit.edu/internalapi/asset/b6e23922f23b49ddc6f62f675e77417c.svg/get/"]');
+ await findByXpath('//img[@src="https://cdn.assets.scratch.mit.edu/internalapi/asset/45de34b47a2ce22f6f5d28bb35a44ff5.svg/get/"]');
197
const logs = await getLogs();
198
await expect(logs).toEqual([]);
199
});
0 commit comments