Skip to content

Commit bf1415d

Browse files
authored
test(narwhals): Update Playwright test path in Makefile (#2067)
1 parent 62c109e commit bf1415d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,4 @@ narwhals-test-integration: FORCE
260260
@echo "-------- Running py-shiny format, lint, typing, and unit tests ----------"
261261
$(MAKE) check
262262
@echo "-------- Running py-shiny playwright tests ----------"
263-
$(MAKE) playwright TEST_FILE="tests/playwright/shiny/components/data_frame" PYTEST_BROWSERS="--browser chromium"
263+
$(MAKE) playwright TEST_FILE="tests/playwright/shiny/components/data_frame/data_type/" PYTEST_BROWSERS="--browser chromium"

0 commit comments

Comments
 (0)