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.
2 parents 03d9f8f + dc69cce commit 4e1c6afCopy full SHA for 4e1c6af
test/integration/blocks.test.js
@@ -232,7 +232,8 @@ describe('Working with the blocks', () => {
232
await clickText('costume3', scope.blocksTab);
233
});
234
235
- test('Adding a sound DOES update the default sound name in the toolbox', async () => {
+ // Skipped because it was flakey on travis, but seems to run locally ok
236
+ test.skip('Adding a sound DOES update the default sound name in the toolbox', async () => {
237
await loadUri(uri);
238
await clickText('Sounds');
239
await clickXpath('//button[@aria-label="Choose a Sound"]');
0 commit comments