Skip to content

[tests-only][full-ci] test: re-order test steps for fixing flayness for filtering mediaType#13637

Merged
anon-pradip merged 1 commit intomasterfrom
test/fix-flaky-mediaType-e2e-test
Mar 18, 2026
Merged

[tests-only][full-ci] test: re-order test steps for fixing flayness for filtering mediaType#13637
anon-pradip merged 1 commit intomasterfrom
test/fix-flaky-mediaType-e2e-test

Conversation

@anon-pradip
Copy link
Copy Markdown
Contributor

@anon-pradip anon-pradip commented Mar 17, 2026

Description

This PR just reverses the placing of two test steps as:

Original:

// And "Alice" enables the option to search title only
    await ui.userEnablesTitleOnlySearch({ actorsEnvironment, stepUser: 'Alice' })
// And "Alice" selects mediaType "Document" from the search result filter chip
    await ui.userFiltersSearchByMediaType({
      actorsEnvironment,
      stepUser: 'Alice',
      mediaType: 'Document'
    })

Now:

// And "Alice" selects mediaType "Document" from the search result filter chip
    await ui.userFiltersSearchByMediaType({
      actorsEnvironment,
      stepUser: 'Alice',
      mediaType: 'Document'
    })
    // And "Alice" enables the option to search title only
    await ui.userEnablesTitleOnlySearch({ actorsEnvironment, stepUser: 'Alice' })

which removes the flakiness.

Builds are passing sequentially:

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • Locally (ran tests multiple times sequentially)
  • CI

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

Open tasks:

  • ...

@anon-pradip anon-pradip self-assigned this Mar 17, 2026
@anon-pradip anon-pradip force-pushed the test/fix-flaky-mediaType-e2e-test branch 3 times, most recently from e00d12c to e9cfc21 Compare March 17, 2026 11:49
@anon-pradip anon-pradip marked this pull request as ready for review March 17, 2026 12:11
@anon-pradip anon-pradip force-pushed the test/fix-flaky-mediaType-e2e-test branch 3 times, most recently from e5bea2b to 19712dd Compare March 18, 2026 04:22
@anon-pradip anon-pradip force-pushed the test/fix-flaky-mediaType-e2e-test branch from 19712dd to 09e0167 Compare March 18, 2026 04:46
@sonarqubecloud
Copy link
Copy Markdown

@anon-pradip anon-pradip merged commit 06b922d into master Mar 18, 2026
4 checks passed
@anon-pradip anon-pradip deleted the test/fix-flaky-mediaType-e2e-test branch March 18, 2026 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[QA] [OCISDEV-555] flaky mediaType E2E test

2 participants