Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed Oct 15, 2024
1 parent 347a60f commit 8e07d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/cypress/e2e/panel.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ describe("Mentor panel", () => {
cy.get("[data-cy=input-send]").trigger("mouseover").click();
cy.wait("@carlos-query");
// Despite recieving a response to carlos, we are still waiting for all responses before continuing
cy.get("[data-cy=video-thumbnail-carlos]").within(($within) => {
cy.get("[data-cy=video-thumbnail-container-carlos]").within(($within) => {
cy.get("[data-cy=loading-answer-spinner]").should("exist");
});
cy.get("[data-cy=video-thumbnail-clint]").within(($within) => {
cy.get("[data-cy=video-thumbnail-container-clint]").within(($within) => {
cy.get("[data-cy=loading-answer-spinner]").should("exist");
});
});
Expand Down

0 comments on commit 8e07d9c

Please sign in to comment.