Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loop 2999 restructure #69

Open
wants to merge 34 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
42ac34d
lock down dependencies
ginnyyadav Feb 5, 2021
a2c68c6
remove and rename error tests
ginnyyadav Feb 5, 2021
c70a258
renamed the error tests and moved to a different structure
ginnyyadav Feb 5, 2021
184b850
tidying up eslint
ginnyyadav Feb 19, 2021
b0a8d06
tidying up dependencies and added detox recorder
ginnyyadav Feb 19, 2021
41ed55f
get rid of tests folder so tests live in e2e folder
ginnyyadav Feb 19, 2021
3bbe398
change test script to match new folder names
ginnyyadav Feb 19, 2021
65b9b32
Update README.md
ginnyyadav Feb 19, 2021
1393b38
rename e2e tests
ginnyyadav Feb 19, 2021
21f1f66
rename source folder to utilities
ginnyyadav Feb 19, 2021
76b20a2
smoke test turned into accessibility test
ginnyyadav Feb 19, 2021
0d262d6
new screens
ginnyyadav Feb 19, 2021
2d358ed
new screen export file
ginnyyadav Feb 19, 2021
826c9dc
fix formatting and typos
ginnyyadav Feb 19, 2021
5df2cc4
turning off some rules we don't need
ginnyyadav Feb 19, 2021
012a735
translate error 1 test to new format
ginnyyadav Feb 19, 2021
63c42ad
add some new matchers and actions
ginnyyadav Feb 19, 2021
f886d7a
add ability to match by ids
ginnyyadav Feb 19, 2021
89356e0
add onboarding skip remove unescessary setup
ginnyyadav Feb 19, 2021
b290d8f
add onboarding
ginnyyadav Feb 19, 2021
5fac8cf
new prepare test functions
ginnyyadav Feb 19, 2021
f6917b0
add labels and reorganize enUS file
ginnyyadav Feb 19, 2021
a6d93c3
add pump sim screen
ginnyyadav Feb 19, 2021
4e8bcd9
Merge branch 'dev' into loop-2999-restructure
ginnyyadav Feb 19, 2021
f918da3
granting a bit more freedom from eslint
ginnyyadav Feb 20, 2021
36cb514
account for faceid vs touchid
ginnyyadav Feb 20, 2021
4946ce1
add clarity on why we need a custom version of applesimutils
ginnyyadav Feb 22, 2021
a5f6654
put matchers in alphabetical order so they're easier to read
ginnyyadav Feb 22, 2021
4f9adf1
update and add screens
ginnyyadav Feb 22, 2021
8a3a7af
remove unnecessary eslint rule
ginnyyadav Feb 22, 2021
1b6ca41
add pump errors test
ginnyyadav Feb 22, 2021
3f29f1c
add deliver bolus as functional test
ginnyyadav Feb 22, 2021
c28e18e
alphabetize and order screens
ginnyyadav Feb 22, 2021
de81a13
add wait for element not visible action
ginnyyadav Feb 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add onboarding
ginnyyadav committed Feb 19, 2021
commit b290d8f5300ff2c770bd66b93f776e6f2585086f
4 changes: 2 additions & 2 deletions e2e/errors/cgm.errors.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing most of these changes are moving to a new file. As such, I'm just skimming.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep. that you are right about

launchLoop, prepareLoop, setLanguage, skipTidepoolLogin,
launchLoop, prepareLoop, setLanguage, skipTidepoolOnboarding,
} = require('../../utilities/prepareTest');
const action = require('../../utilities/action');
const match = require('../../utilities/match');
@@ -17,7 +17,7 @@ describe('CGM Errors', () => {
});
it('prepares loop', async () => {
await launchLoop();
await skipTidepoolLogin();
await skipTidepoolOnboarding(setup);
await prepareLoop(setup);
});
describe('signal loss', () => {