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 duplicated items in saved search on desk #4607

Merged

Conversation

petrjasek
Copy link
Member

it was not using the config to filter out other versions in monitoring saved searches, only output stage.

SDESK-7369

it was not using the config to filter out other versions
in monitoring saved searches, only output stage.

SDESK-7369
@petrjasek petrjasek added this to the 2.8 milestone Aug 20, 2024
@@ -13,7 +13,7 @@ import path from 'path';
export default defineConfig({
testDir: './playwright',
/* Run tests in files in parallel */
fullyParallel: true,
fullyParallel: false,
Copy link
Contributor

Choose a reason for hiding this comment

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

why are we no longer gonna do parallel?

Copy link
Member Author

Choose a reason for hiding this comment

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

because that's causing tests to fail when there are 2 tests modifying data

@petrjasek petrjasek merged commit d7daf63 into superdesk:develop Aug 21, 2024
3 checks passed
@petrjasek petrjasek deleted the fix-hide-previous-versions-query branch August 21, 2024 09:32
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.

2 participants