diff --git a/e2e/Buttons.test.js b/e2e/Buttons.test.js index e90be340cd..5f289556f5 100644 --- a/e2e/Buttons.test.js +++ b/e2e/Buttons.test.js @@ -34,7 +34,7 @@ describe('Buttons', () => { function pushSnapshots() { setupGit(); - exec.execSync(`git checkout aws-m2-ci}`); + exec.execSync(`git checkout aws-m2-ci`); exec.execSync(`git add ${snapshottedImagePath}`); exec.execSync(`git commit -m "Update snapshots [ci skip]"`); exec.execSync(`git push deploy aws-m2-ci`);