Skip to content

Commit

Permalink
MAN-363 apply review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Feb 7, 2025
1 parent f184788 commit 69f30c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion integration_tests/e2e/activityLogDetails.cy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Page from '../pages/page'
import ActivityLogDetailsPage from '../pages/activityLogDetails'

context('Activity log details', () => {
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/pages/activityLogDetails.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Page, { PageElement } from './page'
import Page from './page'

export default class ActivityLogDetailsPage extends Page {}

0 comments on commit 69f30c2

Please sign in to comment.