diff --git a/Makefile b/Makefile index 35e9646a1..ea830e17e 100644 --- a/Makefile +++ b/Makefile @@ -260,4 +260,4 @@ narwhals-test-integration: FORCE @echo "-------- Running py-shiny format, lint, typing, and unit tests ----------" $(MAKE) check @echo "-------- Running py-shiny playwright tests ----------" - $(MAKE) playwright TEST_FILE="tests/playwright/shiny/components/data_frame" PYTEST_BROWSERS="--browser chromium" + $(MAKE) playwright TEST_FILE="tests/playwright/shiny/components/data_frame/data_type/" PYTEST_BROWSERS="--browser chromium"