Skip to content

Commit 412b209

Browse files
committed
fix: e2e test fail due to route refactor (admin -> dashboard)
1 parent f31bc6d commit 412b209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/autoApproved.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('Auto-Approved Push Test', () => {
4545
});
4646

4747
it('should display auto-approved message and verify tooltip contains the expected timestamp', () => {
48-
cy.visit('/admin/push/123');
48+
cy.visit('/dashboard/push/123');
4949

5050
cy.wait('@getPush');
5151

0 commit comments

Comments
 (0)