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 79fe377 commit 280f139Copy full SHA for 280f139
test/integration/blocks.test.js
@@ -214,10 +214,10 @@ describe('Working with the blocks', () => {
214
test('Adding costumes DOES update the default costume name in the toolbox', async () => {
215
await loadUri(uri);
216
217
- // By default, costume1 is in the costume tab
+ // By default, costume2 is in the costume tab
218
await clickText('Looks', scope.blocksTab);
219
await driver.sleep(500); // Wait for scroll to finish
220
- await clickText('costume1', scope.blocksTab);
+ await clickText('costume2', scope.blocksTab);
221
222
// Also check that adding a new costume does update the list
223
await clickText('Costumes');
0 commit comments