Skip to content

Conversation

cstns
Copy link
Contributor

@cstns cstns commented Oct 20, 2025

Description

OS tests caused by a miraculous series of events that managed the invitation spec can reject an invitation to a new team test to click on the notification's checkbox selector, missing the notification body that actually redirected the user to the invitations page required for the tests to pass.

The following OS tests were failing because of tight coupling between tests, and member count expectations were failing.

FlowFuse platform invitees -- can reject an invitation to a new team (failed)

Why the click event landed on the checkbox on GH action runs and not locally is beyond meat this point, given that we're forcing the same screen resolution and browser for both gh actions and local runs.

The OS tests passing uncovered a real bug with blueprint deployment in that both blueprint and flows were being to through the http call on creation causing a backend check to fail. I also addressed that here.

Related Issue(s)

fixes e2e tests for #6137

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production
  • Link to Changelog Entry PR, or note why one is not needed.

Labels

  • Includes a DB migration? -> add the area:migration label

@cstns cstns self-assigned this Oct 20, 2025
@cstns cstns marked this pull request as draft October 20, 2025 15:11
@cstns cstns changed the title debug debug e2e Oct 20, 2025
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.80%. Comparing base (1cca27e) to head (9c56ca6).
⚠️ Report is 4 commits behind head on multi-step-form-import-flows.

Additional details and impacted files
@@                      Coverage Diff                      @@
##           multi-step-form-import-flows    #6151   +/-   ##
=============================================================
  Coverage                         76.80%   76.80%           
=============================================================
  Files                               381      381           
  Lines                             19315    19315           
  Branches                           4651     4651           
=============================================================
  Hits                              14835    14835           
  Misses                             4480     4480           
Flag Coverage Δ
backend 76.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cstns cstns changed the title debug e2e Fix e2e tests Oct 20, 2025
@cstns cstns marked this pull request as ready for review October 20, 2025 16:18
@cstns cstns requested a review from hardillb October 20, 2025 16:19
@hardillb hardillb merged commit 735f894 into multi-step-form-import-flows Oct 20, 2025
24 of 25 checks passed
@hardillb hardillb deleted the troubleshoot-e2e branch October 20, 2025 16:44
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