Skip to content

Commit 4a210f9

Browse files
committed
Reorganize tests to run faster
1 parent 9c041c7 commit 4a210f9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/test-mitosheet-frontend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
install-name: 'chrome'
133133
- test-name: 'Microsoft Edge'
134134
install-name: 'msedge'
135-
testfiles: ['taskpanes', 'grid', 'toolbar']
135+
testfiles: ['taskpanes', 'grid', 'toolbar', 'graph']
136136
exclude:
137137
- os: 'windows-latest'
138138
project:

tests/streamlit_ui_tests/taskpanes/graph.spec.ts tests/streamlit_ui_tests/graph.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { FrameLocator, Page, expect, test } from '@playwright/test';
2-
import { awaitResponse, clickButtonAndAwaitResponse, clickTab, fillInput, getMitoFrameWithTestCSV, getMitoFrameWithTypeCSV } from '../utils';
2+
import { awaitResponse, clickButtonAndAwaitResponse, clickTab, fillInput, getMitoFrameWithTestCSV, getMitoFrameWithTypeCSV } from './utils';
33

44
test.describe.configure({ mode: 'parallel' });
55

0 commit comments

Comments
 (0)