Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix course search field test id
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeppner-dataport committed Feb 23, 2024
1 parent 0e59301 commit 6699bf2
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 = '[data-testid="search-field"] input, input[data-testid="search-field"]';
const searchCourseField = '[data-testid="search-field"] input';
const courseWrapper = '.sc-card-wrapper';
const titleOfCourse = '.title';
const memberBtn = '.btn-member';
Expand Down

0 comments on commit 6699bf2

Please sign in to comment.