Skip to content

Commit

Permalink
ci: change path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Jan 9, 2024
1 parent 0015092 commit a2f0eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/tests/upload/upload.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*/

import { expect } from '@playwright/test';
import { UploadFileState } from '@siemens/ix';
import { regressionTest } from '@utils/test';
import { UploadFileState } from 'src/components/upload/upload-file-state';

regressionTest.describe('upload', () => {
regressionTest('basic', async ({ page }) => {
Expand Down

0 comments on commit a2f0eee

Please sign in to comment.