Skip to content

Commit

Permalink
Update integration tests pre-run script ID (aws#2345)
Browse files Browse the repository at this point in the history
Co-authored-by: jhaarpan <[email protected]>
Co-authored-by: Michael Hyun <[email protected]>
  • Loading branch information
3 people authored Jul 1, 2022
1 parent c7fa39c commit 72051ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/js/utils/WebdriverSauceLabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const getPrerunScript = (capabilities) =>{
const name = capabilities.name;
const blurName = "Background Blur Test";
const repName = "Background Replacement Test";
return (name.includes(blurName) || name.includes(repName)) ? 'storage:d733d11b-a2cb-41c5-9dba-15abbd52c919' : "";
return (name.includes(blurName) || name.includes(repName)) ? 'storage:536cbb62-064a-44c1-8eca-0b1e16b03402' : "";
}
const getChromeCapabilities = capabilities => {
let cap = Capabilities.chrome();
Expand Down

0 comments on commit 72051ca

Please sign in to comment.