Migrate Cypress E2E from cy.intercept to MSW service worker
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ describe("Discover Conformance Page", () => {
|
||||
beforeEach(() => {
|
||||
loginWithFixtures();
|
||||
cy.visit("/discover/log/297310264/conformance");
|
||||
cy.wait("@getLogCheckParams");
|
||||
cy.get(".p-radiobutton, [class*=conformance]").first().should("exist");
|
||||
});
|
||||
|
||||
it("page loads and loading overlay disappears", () => {
|
||||
|
||||
Reference in New Issue
Block a user