-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
Add SQL-based versions of pageobject classes to support E2E test migration.
-
Abstract out methods into new SQL-based classes.
-
Do not combine SQL-based code with old Datastore-based code in the same class.
Task List: Migrate PageObjects to SQL-based versions (only classes that need migration)
-
AdminSearchPage
-
AppPage (retain existing name)
-
FeedbackResultsPage
-
FeedbackSubmitPage
-
InstructorCourseDetailsPage
-
InstructorCourseEditPage
-
InstructorCourseEnrollPage
-
InstructorCoursesPage
-
InstructorCourseStudentDetailsEditPage
-
InstructorCourseStudentDetailsViewPage
-
InstructorFeedbackEditPage
-
InstructorFeedbackResultsPage
-
InstructorFeedbackSessionsPage
-
InstructorHomePage
-
InstructorSearchPage
-
InstructorSessionIndividualExtensionPage
-
InstructorStudentListPage
-
InstructorStudentRecordsPage
-
StudentCourseDetailsPage
-
UserNotificationsPage