Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix group filtering #33

Merged
merged 1 commit into from
Aug 17, 2022
Merged

Conversation

flaviouk
Copy link
Contributor

@flaviouk flaviouk commented Aug 16, 2022

Closes #30 & #24 (#25)

@vercel
Copy link

vercel bot commented Aug 16, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
cmdk-website ✅ Ready (Inspect) Visit Preview Aug 16, 2022 at 0:33AM (UTC)

@@ -7,7 +7,7 @@ const config: PlaywrightTestConfig = {
testDir: './test',
use: {
trace: 'on-first-retry',
baseURL: process.env.CI ? process.env.BASE_URL : 'http://localhost:3000',
baseURL: 'http://localhost:3000',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally, we'd test against the vercel deployment, but I think for now this is better than nothing?

@pacocoursey pacocoursey merged commit cb87e6b into pacocoursey:main Aug 17, 2022
@flaviouk flaviouk deleted the fix-group-filtering branch August 18, 2022 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filtering is still applied to groups, even when disabled
2 participants