From e603597f7a9e9922a15ed57bf5af9162b630d019 Mon Sep 17 00:00:00 2001 From: Rick Date: Wed, 21 Jul 2021 19:39:56 -0500 Subject: [PATCH 1/3] Rick Mansfield Cypress Testing First Push --- .vscode/settings.json | 7 +++++++ ReadMe.md | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..9f1379cc4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "workbench.colorCustomizations": { + "activityBar.background": "#043244", + "titleBar.activeBackground": "#06455F", + "titleBar.activeForeground": "#F7FCFF" + } +} \ No newline at end of file diff --git a/ReadMe.md b/ReadMe.md index d2b200b45..7509057ea 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -71,3 +71,6 @@ If you have time, write and run different tests based on common issues you have ## Submission Format * [ ] Submit a Pull-Request to merge `` Branch into `main` (student's Repo). **Please don't merge your own pull request** + + +test for pull request \ No newline at end of file From 98b2c5756d1de2bf61d406f8b2eef68ec2040611 Mon Sep 17 00:00:00 2001 From: Rick Date: Wed, 21 Jul 2021 19:42:43 -0500 Subject: [PATCH 2/3] U2.3 M3 Pull request added to bottom of readmen --- ReadMe.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 7509057ea..16131a93f 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -73,4 +73,5 @@ If you have time, write and run different tests based on common issues you have * [ ] Submit a Pull-Request to merge `` Branch into `main` (student's Repo). **Please don't merge your own pull request** -test for pull request \ No newline at end of file +## Rick Mansfield's Pull Request +- [Pull Req for Convenience](https://github.com/LambdaSchool/Cypress-Testing/pull/33) \ No newline at end of file From ab8478410c9e7de163f8dac01a76c1f766ff5ef0 Mon Sep 17 00:00:00 2001 From: Rick Date: Wed, 21 Jul 2021 19:47:25 -0500 Subject: [PATCH 3/3] Add original pull request from Onboarding project --- ReadMe.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 16131a93f..9573b1c72 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -74,4 +74,7 @@ If you have time, write and run different tests based on common issues you have ## Rick Mansfield's Pull Request -- [Pull Req for Convenience](https://github.com/LambdaSchool/Cypress-Testing/pull/33) \ No newline at end of file +- [Pull Req for Convenience](https://github.com/LambdaSchool/Cypress-Testing/pull/33) + +## Rick's Original Pull request to prior project +- [Link for convenience](https://github.com/LambdaSchool/User-Onboarding/pull/392) \ No newline at end of file