This PR runs all Console tests with OSS authentication. This ensures that all instances where REST endpoints are being fetched have proper headers set up.
Major changes:
Tests run are split into auth (non-authenticated by default, to test for UI login pattern) and console specs, which use auth for all items.
Grid tests have been adjusted not to use hardcoded numbers for row asserts - this can change depending on how many OS warnings are displayed for the user.
This PR runs all Console tests with OSS authentication. This ensures that all instances where REST endpoints are being fetched have proper headers set up.
Major changes: