From ceb2edd111d7e58d1edb9e2c034c12091e80ecb3 Mon Sep 17 00:00:00 2001 From: Igor Gnatyuk Date: Mon, 15 Apr 2024 17:04:13 +0300 Subject: [PATCH] save the world if images of the world of RNN 3. New hope for fix --- e2e/Buttons.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`);