Skip to content

Commit

Permalink
Try fixing E2E by accepting code of conduct
Browse files Browse the repository at this point in the history
  • Loading branch information
nityanandaz committed Sep 13, 2023
1 parent d1578bc commit 14cf321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/cypress/e2e/course/CourseMessages.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ describe('Course messages', () => {
describe('Create channel', () => {
it('check for pre-created channels', () => {
cy.login(instructor, `/courses/${course.id}/messages`);
courseMessages.acceptCodeOfConductButton();
courseMessages.browseChannelsButton();
courseMessages.checkChannelsExists('tech-support');
courseMessages.checkChannelsExists('organization');
Expand Down

0 comments on commit 14cf321

Please sign in to comment.