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

Rewrite flaky tests in playwright #2284

Open
MKaHead opened this issue May 30, 2022 · 0 comments
Open

Rewrite flaky tests in playwright #2284

MKaHead opened this issue May 30, 2022 · 0 comments
Assignees
Labels
Accepted A feature request or issue is accepted and will be implemented Bug

Comments

@MKaHead
Copy link
Contributor

MKaHead commented May 30, 2022

There are three testcafe tests that are flaky and therefore a show blocker. These are to be rewritten in playwright

The whole fixture Dropdown named and Text - React, versioned
Dropdown

  • Dropdown named
    Text
  • Text React, versioned
    Input-text
  • should cut text when autocomplete sets value over maxLength
    Link escape html link
  • should display correctly
    File Upload
  • should exceed maximum number of files
  • File upload - invalidate
    Policy Feature
  • Policy features item - no svg
    Table Sortable
  • Table Sortable - react
    Datepicker
  • should have correct format at input field
  • Datepicker React inputfield defaultValue (should react to programmatic date property changes)
  • Should not preselect by default

Icon: should not render svg icon (times out a lot)
Icon: Size checks > should render svg icon with correct default size (times out a lot)
Additional info: these are Playwright tests, and they run on the Azure CI/CD pipeline.

Fix all flakey tests so that pipeline testing becomes reliable again.

There is anecdotal evidence that such flakeyness does not occur (or not as often) for local testing on a developer's laptop.

Expected Behavior

The test should not be flaky.
Written in playwright

Current Behavior

The test are flaky

@MKaHead MKaHead added the Bug label May 30, 2022
@MKaHead MKaHead self-assigned this May 30, 2022
MKaHead pushed a commit that referenced this issue May 30, 2022
@MKaHead MKaHead mentioned this issue May 30, 2022
7 tasks
@markus-walther markus-walther added the Accepted A feature request or issue is accepted and will be implemented label May 31, 2022
This was referenced Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted A feature request or issue is accepted and will be implemented Bug
Projects
None yet
Development

No branches or pull requests

2 participants