Skip to content

Commit

Permalink
Remove test alert start time
Browse files Browse the repository at this point in the history
Signed-off-by: Annie Lee <leeyun@amazon.com>
  • Loading branch information
Annie Lee committed Nov 18, 2021
1 parent 751b61e commit c90790f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions public/pages/Dashboard/containers/Dashboard.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const sampleQueryAlerts = [
alert_history: [],
severity: '1',
action_execution_results: [],
start_time: moment('2021-11-10T15:37:00.000Z'),
start_time: undefined,
last_notification_time: 1636587523369,
end_time: null,
acknowledged_time: null,
Expand All @@ -69,7 +69,7 @@ const sampleQueryAlerts = [
alert_history: [],
severity: '1',
action_execution_results: [],
start_time: moment('2021-11-10T15:37:00.000Z'),
start_time: undefined,
last_notification_time: 1636587523370,
end_time: null,
acknowledged_time: null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports[`Dashboard able to select single alert in flyout 1`] = `
"monitor_version": 2,
"schema_version": 3,
"severity": "1",
"start_time": "2021-11-10T15:37:00.000Z",
"start_time": undefined,
"state": "ACTIVE",
"trigger_id": "7CwkDH0B3-v9t8HDk2w_",
"trigger_name": "test-query-trigger",
Expand All @@ -36,7 +36,7 @@ exports[`Dashboard able to select single alert in flyout 1`] = `
"monitor_version": 2,
"schema_version": 3,
"severity": "1",
"start_time": "2021-11-10T15:37:00.000Z",
"start_time": undefined,
"state": "ACTIVE",
"trigger_id": "_iw2DH0B3-v9t8HDNWwE",
"trigger_name": "test-query-trigger2",
Expand Down Expand Up @@ -1779,7 +1779,7 @@ exports[`Dashboard renders in flyout 1`] = `
"monitor_version": 2,
"schema_version": 3,
"severity": "1",
"start_time": "2021-11-10T15:37:00.000Z",
"start_time": undefined,
"state": "ACTIVE",
"trigger_id": "7CwkDH0B3-v9t8HDk2w_",
"trigger_name": "test-query-trigger",
Expand All @@ -1797,7 +1797,7 @@ exports[`Dashboard renders in flyout 1`] = `
"monitor_version": 2,
"schema_version": 3,
"severity": "1",
"start_time": "2021-11-10T15:37:00.000Z",
"start_time": undefined,
"state": "ACTIVE",
"trigger_id": "_iw2DH0B3-v9t8HDNWwE",
"trigger_name": "test-query-trigger2",
Expand Down Expand Up @@ -2519,7 +2519,7 @@ exports[`Dashboard renders in flyout 1`] = `
"monitor_version": 2,
"schema_version": 3,
"severity": "1",
"start_time": "2021-11-10T15:37:00.000Z",
"start_time": undefined,
"state": "ACTIVE",
"trigger_id": "7CwkDH0B3-v9t8HDk2w_",
"trigger_name": "test-query-trigger",
Expand All @@ -2537,7 +2537,7 @@ exports[`Dashboard renders in flyout 1`] = `
"monitor_version": 2,
"schema_version": 3,
"severity": "1",
"start_time": "2021-11-10T15:37:00.000Z",
"start_time": undefined,
"state": "ACTIVE",
"trigger_id": "_iw2DH0B3-v9t8HDNWwE",
"trigger_name": "test-query-trigger2",
Expand Down Expand Up @@ -3183,7 +3183,7 @@ exports[`Dashboard renders in flyout 1`] = `
<div
className="euiTableCellContent euiTableCellContent--overflowingContent"
>
11/10/21 7:37 am
-
</div>
</td>
</EuiTableRowCell>
Expand Down Expand Up @@ -3372,7 +3372,7 @@ exports[`Dashboard renders in flyout 1`] = `
<div
className="euiTableCellContent euiTableCellContent--overflowingContent"
>
11/10/21 7:37 am
-
</div>
</td>
</EuiTableRowCell>
Expand Down

0 comments on commit c90790f

Please sign in to comment.