Skip to content

Commit 3dd86c2

Browse files
committed
update costume rotation test
1 parent 85cd563 commit 3dd86c2

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
@@ -193,7 +193,7 @@ describe('Working with costumes', () => {
193193
.mouseMove(abbyElement)
194194
.perform();
195195
// 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/"]');
196+
await findByXpath('//img[@src="https://cdn.assets.scratch.mit.edu/internalapi/asset/45de34b47a2ce22f6f5d28bb35a44ff5.svg/get/"]');
197197
const logs = await getLogs();
198198
await expect(logs).toEqual([]);
199199
});

0 commit comments

Comments
 (0)