Skip to content

Commit

Permalink
fix course search step
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Jun 3, 2024
1 parent 40afe90 commit 156ff26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page-objects/pages/coursePages/CRSSCourseListPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const roomsOverview = require('../RoomsOverviewPage')
const courseDescription = '.ckcontent'
const courseDescriptionSel = '#courseDescription'
const courseHeader = '.sc-card-header'
const searchCourseField = 'div.v-field__field input'
const searchCourseField = 'search-field-course'
const courseWrapper = '.sc-card-wrapper'
const titleOfCourse = '.title'
const memberBtn = '.btn-member'
Expand Down

0 comments on commit 156ff26

Please sign in to comment.