We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6ef83 commit 3c3100aCopy full SHA for 3c3100a
cypress/utils/commands.js
@@ -49,7 +49,7 @@ export const currentBackendEndpoint = (() => {
49
const updateEndpoint = () => {
50
Cypress.env('currentEndpoint', changedEndPoint);
51
cy.log(
52
- `Current backend endpoint has been changed to: ${currentEndpoint}`
+ `Current backend endpoint has been changed to: ${changedEndPoint}`
53
);
54
};
55
if (immediately) {
0 commit comments