Skip to content
Snippets Groups Projects
Unverified Commit e9361471 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #1032 from davidaylaian/meow-uppercase

Renamed meow sound to Meow
parents a2a6f8dd 89d002d2
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
"children": [{
"objName": "Sprite1",
"sounds": [{
"soundName": "meow",
"soundName": "Meow",
"soundID": 0,
"md5": "83c36d806dc92327b9e7049a565c6bff.wav",
"sampleCount": 18688,
......@@ -59,4 +59,4 @@
"spriteInfo": {
}
}]
}
\ No newline at end of file
}
......@@ -1061,7 +1061,7 @@
"objName": "Cat",
"sounds": [
{
"soundName": "meow",
"soundName": "Meow",
"soundID": -1,
"md5": "83c36d806dc92327b9e7049a565c6bff.wav",
"sampleCount": 18688,
......@@ -2189,7 +2189,7 @@
"objName": "Hippo1",
"sounds": [
{
"soundName": "meow",
"soundName": "Meow",
"soundID": -1,
"md5": "83c36d806dc92327b9e7049a565c6bff.wav",
"sampleCount": 18688,
......@@ -2241,7 +2241,7 @@
"objName": "Horse1",
"sounds": [
{
"soundName": "meow",
"soundName": "Meow",
"soundID": -1,
"md5": "83c36d806dc92327b9e7049a565c6bff.wav",
"sampleCount": 18688,
......@@ -2381,7 +2381,7 @@
"objName": "Lion",
"sounds": [
{
"soundName": "meow",
"soundName": "Meow",
"soundID": -1,
"md5": "83c36d806dc92327b9e7049a565c6bff.wav",
"sampleCount": 18688,
......@@ -2561,7 +2561,7 @@
"objName": "Octopus",
"sounds": [
{
"soundName": "meow",
"soundName": "Meow",
"soundID": -1,
"md5": "83c36d806dc92327b9e7049a565c6bff.wav",
"sampleCount": 18688,
......@@ -3473,7 +3473,7 @@
"objName": "Watermelon",
"sounds": [
{
"soundName": "meow",
"soundName": "Meow",
"soundID": -1,
"md5": "83c36d806dc92327b9e7049a565c6bff.wav",
"sampleCount": 18688,
......@@ -3695,4 +3695,4 @@
"spriteInfo": {}
}
}
]
\ No newline at end of file
]
......@@ -51,8 +51,8 @@ describe('costumes, sounds and variables', () => {
await loadUri(uri);
await clickText('Sound', blocksTabScope);
await new Promise(resolve => setTimeout(resolve, 1000)); // Wait for scroll animation
// "meow" sound block should be visible
await findByText('meow', blocksTabScope);
// "Meow" sound block should be visible
await findByText('Meow', blocksTabScope);
await clickText('Backdrops'); // Switch to the backdrop
// Now "pop" sound block should be visible and motion blocks hidden
await findByText('pop', blocksTabScope);
......@@ -81,7 +81,7 @@ describe('costumes, sounds and variables', () => {
await clickText('Sounds');
// Delete the sound
await rightClickText('meow', soundsTabScope);
await rightClickText('Meow', soundsTabScope);
await clickText('delete', soundsTabScope);
await driver.switchTo().alert()
.accept();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment