Ghost/ghost/core/test/e2e-browser/portal
Chris Raible 563793c7ed
Added retries for all known flaky tests (#16582)
refs TryGhost/Team#2833

- for mocha tests, we can add `this.retries(1)` to any flaky tests
- for playwright tests, we can add `test.describe.configure({ retries:
1})` to any `describe` block
- not a long-term solution, but it should help mitigate issues with flaky
tests in short term
2023-04-07 00:37:01 -07:00
..
member-actions.spec.js Added retries for all known flaky tests (#16582) 2023-04-07 00:37:01 -07:00
offers.spec.js Updated playwright tests to use updated data ids 2023-01-10 13:33:12 +05:30
tiers.spec.js Updated playwright tests to use updated data ids 2023-01-10 13:33:12 +05:30
upgrade.spec.js Removed all tiers archive from portal tests to reduce relation between tests 2023-03-09 12:55:27 +04:00