diff --git a/test/integration/costumes.test.js b/test/integration/costumes.test.js index 0d1a784f6f7fdbdc259ad1fa561e3bd0f8d7c297..e3380e428580bc4c5b284c9d98041646b696fd45 100644 --- a/test/integration/costumes.test.js +++ b/test/integration/costumes.test.js @@ -193,7 +193,7 @@ describe('Working with costumes', () => { .mouseMove(abbyElement) .perform(); // wait for one of Abby's alternate costumes to appear - 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/"]'); const logs = await getLogs(); await expect(logs).toEqual([]); });