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

[MBL-18120][Parent]- Implement Dashboard Course List E2E test #2702

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kdeakinstructure
Copy link
Contributor

Implement Course List E2E test for native Parent app.
Minor refactor.

refs: MBL-18120
affects: Parent
release note:

@inst-danger
Copy link
Contributor

Teacher Install Page

@inst-danger
Copy link
Contributor

Student Install Page

@inst-danger
Copy link
Contributor

Native Parent Install Page

Log.d(ASSERTION_TAG, "Assert that the '${parent.name}' parent user has logged in.")
leftSideNavigationDrawerPage.assertUserLoggedIn(parent)

val selectedShortName = if (student.sortableName.compareTo(student2.sortableName) < 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

If we seed more student and we can't determine which student is selected initially I would suggest abstracting this logic somewhere. This might be helpful later in other tests as well. Maybe have a function for initiallySelectedStudent or otherStudent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants