Skip to content

Commit

Permalink
Use a no-externs room where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
estellecomment committed Nov 7, 2023
1 parent 0a54d6f commit cdce65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/content-scanner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe("Content Scanner", () => {

const roomName = "test/" + today + "/content_scanner_" + RandomUtils.generateRandom(4);

RoomUtils.createPrivateWithExternalRoom(roomName).then(() => {
RoomUtils.createPrivateRoom(roomName).then(() => {
//open room
cy.get('[aria-label="' + roomName + '"]').click();
});
Expand Down

0 comments on commit cdce65e

Please sign in to comment.