Skip to content

Conversation

@sshedmake
Copy link
Contributor

@sshedmake sshedmake commented Nov 20, 2025

Description

  • Fixed the authentication session persistence problem self-service E2E tests
  • The problem was that tests were using Common.LogintoAAP() which doesn't persist sessions across tests, causing authentication to be lost between test cases
  • Replaced Common.LogintoAAP() with Common.LogintoAAPWithSession()
  • Handle autocomplete 400 Bad Request errors in self-service E2E tests

Related Issues

Closes AAP-58959

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

@codecov-commenter
Copy link

codecov-commenter commented Nov 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.08%. Comparing base (61d4514) to head (abb73e6).

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #16   +/-   ##
=======================================
  Coverage   81.08%   81.08%           
=======================================
  Files          95       95           
  Lines        3589     3589           
  Branches      787      787           
=======================================
  Hits         2910     2910           
- Misses        629      669   +40     
+ Partials       50       10   -40     

see 10 files with indirect coverage changes

🚀 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants