Skip to content

Refactor suggest feature tests to simplify test structure#2

Merged
sauce-base merged 1 commit into
mainfrom
dev
Mar 19, 2026
Merged

Refactor suggest feature tests to simplify test structure#2
sauce-base merged 1 commit into
mainfrom
dev

Conversation

@sauce-base

Copy link
Copy Markdown
Contributor

This pull request refactors the structure of the roadmap end-to-end test suites to better organize test scenarios and improve clarity. The main changes involve grouping tests more logically and removing redundant setup steps.

Test suite restructuring:

  • Grouped the auth-required and voting (no page reload) tests under a broader Roadmap suite in roadmap.basic.spec.ts, clarifying test organization and scope.
  • Moved the serial mode configuration to the top-level Roadmap suite, removing duplicate configuration from nested suites.

Test setup simplification:

  • Removed redundant beforeEach cleanup calls from the roadmap.suggest.spec.ts suite, streamlining test setup for the suggest feature dialog.

Minor fix:

  • Added a closing bracket to ensure proper test suite closure in roadmap.basic.spec.ts.… suggest feature tests

@sauce-base sauce-base merged commit 17b19e8 into main Mar 19, 2026
2 checks passed
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