Skip to content

Commit d79c021

Browse files
committed
minor fix
1 parent c97e512 commit d79c021

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/cypress/e2e/publisher/024-mcp-server/00-runtime-config-endpoint-display.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe("MCP Server — runtime configuration endpoint display", () => {
4040
cy.loginToPublisher(publisher, password);
4141
});
4242

43-
it.only("runtime configuration page renders correctly after sandbox endpoint is removed via UI", () => {
43+
it("runtime configuration page renders correctly after sandbox endpoint is removed via UI", () => {
4444
// Step 1 — create the MCP server. The spec includes a servers entry so APIM
4545
// auto-creates a backend with production_endpoints.url set.
4646
Utils.addMCPServer({}).then((id) => {

tests/cypress/e2e/publisher/024-mcp-server/01-runtime-config-from-existing-api.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe("MCP Server (from existing API) — runtime configuration endpoint disp
3737
cy.loginToPublisher(publisher, password);
3838
});
3939

40-
it.only("runtime configuration page renders correctly for MCP server created from existing API", () => {
40+
it("runtime configuration page renders correctly for MCP server created from existing API", () => {
4141
Utils.addMCPServerFromExistingAPI({}).then((id) => {
4242
mcpServerId = id;
4343

0 commit comments

Comments
 (0)