Skip to content

Commit

Permalink
scroll searchfield into view
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Jun 3, 2024
1 parent 34ae49c commit e4c591d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions page-objects/pages/coursePages/CRSSCourseListPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ function getColourSelector (colourName) {
}

async function setCourseNameIntoSearchInputField (courseName) {
await elementHelpers.moveToElement(searchCourseField)
await waitHelpers.waitAndSetValue(searchCourseField, courseName)
}

Expand Down

0 comments on commit e4c591d

Please sign in to comment.