Skip to content

Commit

Permalink
Merge pull request #886 from javihernandez/GPII-4517
Browse files Browse the repository at this point in the history
GPII-4517: Disabled Volume setting in integration/acceptance tests
  • Loading branch information
amb26 authored Nov 23, 2020
2 parents f32ef6d + 38192d3 commit 7518d0e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 25 deletions.
21 changes: 11 additions & 10 deletions tests/JournalIntegrationTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,18 @@ gpii.tests.journal.initialSettings = {
"options": {
"functionName": "DoubleClickHeight"
}
},
{
"settings": {
"Volume": {
"value": 0.5
}
},
"options": {
"functionName": "Volume"
}
}
// TODO: Disabled due to GPII-4518
//{
// "settings": {
// "Volume": {
// "value": 0.5
// }
// },
// "options": {
// "functionName": "Volume"
// }
//}
]
}
};
Expand Down
11 changes: 6 additions & 5 deletions tests/data/preferences/os_win.json5
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,13 @@
},
"http://registry.gpii.net/applications/com.microsoft.windows.soundSentry": {
"WindowsEffect": "2"
},
"http://registry.gpii.net/applications/com.microsoft.windows.volumeControl": {
"Volume": {
"value": 0.7
}
}
// TODO: Disabled due to GPII-4518
//"http://registry.gpii.net/applications/com.microsoft.windows.volumeControl": {
// "Volume": {
// "value": 0.7
// }
//}
}
}
}
Expand Down
21 changes: 11 additions & 10 deletions tests/platform/windows/windows-builtIn-testSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,18 @@ gpii.tests.windows.builtIn = [
"options": {
"functionName": "DoubleClickHeight"
}
},
{
"settings": {
"Volume": {
"value": 0.7
}
},
"options": {
"functionName": "Volume"
}
}
// TODO: Disabled due to GPII-4518
//{
// "settings": {
// "Volume": {
// "value": 0.7
// }
// },
// "options": {
// "functionName": "Volume"
// }
//}
]
},
"gpii.windows.spiSettingsHandler": {
Expand Down

0 comments on commit 7518d0e

Please sign in to comment.