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 e184f98 commit 4a4e04eCopy full SHA for 4a4e04e
test/integration/blocks.test.js
@@ -238,7 +238,7 @@ describe('Working with the blocks', () => {
238
// wait until the new costume appears in costume item list panel
239
await findByXpath("//div[contains(@class,'sprite-selector-item_is-selected_')]" +
240
"//div[contains(text(), 'costume2')]");
241
- await clickText('costume2', scope.costumesTab);
+ await clickText('costume1', scope.costumesTab);
242
// Check that the menu has been updated
243
await clickText('Code');
244
await clickText('costume2', scope.blocksTab);
0 commit comments