Skip to content

Commit

Permalink
adjust the expected for schedule for browser monitor e2e tests (#133059)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
dominiqueclarke and kibanamachine authored May 27, 2022
1 parent 5f950e6 commit afb1889
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ const configuration = {
[DataStream.BROWSER]: {
monitorConfig: {
...basicMonitorDetails,
schedule: '10',
name: browserName,
inlineScript: 'step("test step", () => {})',
locations: [basicMonitorDetails.location],
apmServiceName: 'Sample APM Service',
},
monitorDetails: {
...basicMonitorDetails,
schedule: '10',
name: browserName,
},
},
Expand Down

0 comments on commit afb1889

Please sign in to comment.