Skip to content

Commit

Permalink
fix for somewhat flaky ftr
Browse files Browse the repository at this point in the history
  • Loading branch information
animehart committed Nov 10, 2023
1 parent 5900dff commit ac6bfe5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,11 @@ export function AddCisIntegrationFormPageProvider({
const navigateToIntegrationCspList = async () => {
await PageObjects.common.navigateToActualUrl(
'integrations', // Defined in Security Solution plugin
'/detail/cloud_security_posture/policies'
'/detail/cloud_security_posture/policies',
{
ensureCurrentUrl: false,
shouldLoginIfPrompted: false,
}
);
};

Expand Down

0 comments on commit ac6bfe5

Please sign in to comment.