Skip to content

Commit

Permalink
add wait for policy form to load
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed May 18, 2021
1 parent 13a1888 commit 1055d3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
policyInfo.agentPolicy.id,
policyInfo.packagePolicy.id
);
await testSubjects.existOrFail('endpointIntegrationPolicyForm');
});
afterEach(async () => {
if (policyInfo) {
Expand Down

0 comments on commit 1055d3c

Please sign in to comment.