Skip to content

Commit 377db44

Browse files
committed
Reverted changes.
1 parent db2fdca commit 377db44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/mp/marketplace-agent-assist/agent-merchant-portal.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('agent merchant portal', { tags: ['@marketplace-agent-assist'] }, (): v
3030
({ dynamicFixtures, staticFixtures } = Cypress.env());
3131
});
3232

33-
it.only('agent should be able to change order status during impersonation', (): void => {
33+
it('agent should be able to change order status during impersonation', (): void => {
3434
customerLoginScenario.execute({ email: dynamicFixtures.customer.email, password: staticFixtures.defaultPassword });
3535

3636
cartPage.visit();

0 commit comments

Comments
 (0)