Skip to content

Commit

Permalink
BC-8717 fixed data-testid (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
csp175 authored Jan 20, 2025
1 parent 6ada4f3 commit dee2710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/pages/course/pageCourses.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class Courses {
static #toolsTabInCourseDetail = '[data-testid="tools-tab"]';
static #bbbToolIconInToolsTabCourse = '[data-testid="vc-card-logo"]';
static #bbbVideoStartDialogBoxCourse =
'[data-testid="videoconference-config-dialog-title"]';
'[data-testid="video-conference-config-dialog-title"]';
static #bbbDialogBoxCancelButtonCourse = '[data-testid="dialog-cancel"]';
static #bbbDisabledCheckBoxCourse = '[data-testid="videoconf_checkbox"]';
static #addBBBButton = '[data-testid="submit-btn-add-bbb-tool-modal"]';
Expand Down

0 comments on commit dee2710

Please sign in to comment.