Skip to content

Commit 4a4e04e

Browse files
committed
fixed test.
1 parent e184f98 commit 4a4e04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/blocks.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ describe('Working with the blocks', () => {
238238
// wait until the new costume appears in costume item list panel
239239
await findByXpath("//div[contains(@class,'sprite-selector-item_is-selected_')]" +
240240
"//div[contains(text(), 'costume2')]");
241-
await clickText('costume2', scope.costumesTab);
241+
await clickText('costume1', scope.costumesTab);
242242
// Check that the menu has been updated
243243
await clickText('Code');
244244
await clickText('costume2', scope.blocksTab);

0 commit comments

Comments
 (0)