Skip to content

Commit

Permalink
[Cloud Security][FTR]Fix for flaky add integration FTR (#171053)
Browse files Browse the repository at this point in the history
  • Loading branch information
animehart authored Nov 13, 2023
1 parent 75ea3e2 commit 49b4882
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 49b4882

Please sign in to comment.