Skip to content

Commit 280f139

Browse files
committed
Fix costume test
1 parent 79fe377 commit 280f139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/blocks.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ describe('Working with the blocks', () => {
214214
test('Adding costumes DOES update the default costume name in the toolbox', async () => {
215215
await loadUri(uri);
216216

217-
// By default, costume1 is in the costume tab
217+
// By default, costume2 is in the costume tab
218218
await clickText('Looks', scope.blocksTab);
219219
await driver.sleep(500); // Wait for scroll to finish
220-
await clickText('costume1', scope.blocksTab);
220+
await clickText('costume2', scope.blocksTab);
221221

222222
// Also check that adding a new costume does update the list
223223
await clickText('Costumes');

0 commit comments

Comments
 (0)