Skip to content

Commit

Permalink
reorganise a little
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Feb 3, 2025
1 parent fcf8b47 commit 6b322d6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { expect, test } from '@playwright/test'

import { InsightType } from '~/types'

import { Navigation } from '../shared/navigation'
import { InsightPage } from './insightPage'
import { InsightPage } from '../../page-models/insightPage'
import {Navigation} from "../../utils/navigation";

const typeTestCases: { type: InsightType; selector: string }[] = [
{ type: InsightType.TRENDS, selector: '.TrendsInsight canvas' },
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6b322d6

Please sign in to comment.