Skip to content

Fix production synthetic monitoring - #2372

Merged
ejsmith merged 1 commit into
mainfrom
issue/2371-production-synthetic-monitoring
Jul 13, 2026
Merged

Fix production synthetic monitoring#2372
ejsmith merged 1 commit into
mainfrom
issue/2371-production-synthetic-monitoring

Conversation

@ejsmith

@ejsmith ejsmith commented Jul 13, 2026

Copy link
Copy Markdown
Member

Summary

  • make the production onboarding synthetic check locate the project-type selector by its accessible role and name instead of mutable instructional copy
  • include the correct GitHub Actions run attempt in failure alert issue metadata

Root cause

Production Synthetic Monitoring runs the current main test suite against the deployed production version. The project setup copy changed from Select your project type. to Choose your project type. on main after production 8.6.2 was deployed, so the exact-copy assertion failed even though signup, organization creation, project creation, and the configure page all worked.

Verification

  • npm run validate
  • git diff --check
  • inspected the failing run's Playwright results and DOM snapshot to confirm the project-type selector is present in production

Breaking changes

None.

Fixes #2371

@ejsmith
ejsmith marked this pull request as ready for review July 13, 2026 17:04
@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
Exceptionless.AppHost 38% 39% 144
Exceptionless.Core 72% 64% 8854
Exceptionless.Insulation 24% 23% 205
Exceptionless.Web 79% 67% 5264
Summary 73% (17451 / 24047) 64% (8951 / 13922) 14467

@ejsmith
ejsmith merged commit babcce7 into main Jul 13, 2026
12 checks passed
@ejsmith
ejsmith deleted the issue/2371-production-synthetic-monitoring branch July 13, 2026 17:18
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.

Production Synthetic Monitoring is failing

1 participant