Skip to content

Commit

Permalink
Typo (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza authored Sep 16, 2024
1 parent 1f13503 commit 02fcc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cypress/e2e/activity_log.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ context('Activity Log page', () => {
});
});

it.only('should navigate backward', () => {
it('should navigate backward', () => {
cy.intercept({
url: '/api/v1/activity_log?first=20',
}).as('firstPage');
Expand Down

0 comments on commit 02fcc0d

Please sign in to comment.