Getting this error while running ATF
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
This step failed because the client error 'SPWidget:SCSS portalId is null (id: v84ec632c431e5210ca4c1f425db8f281 portalId: null): no thrown error' was detected on the page being tested. See failing Test Logs. To ignore these errors in the next test run, use 'Add all client errors to warning/ignored list' links.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The failure is due to missing portal context (portalId=null)
It’s not a crash, but your test flags it as an error
Fix it by:
Ensuring correct portal usage
Adding null checks in widget code
Running tests with proper session/context