Skip to content

Commit

Permalink
fix the CI
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Sep 3, 2024
1 parent 8a7f619 commit 4a09df7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 285 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@elastic/elastic-eslint-config-kibana": "link:../../packages/opensearch-eslint-config-opensearch-dashboards",
"@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards",
"cypress": "9.5.4",
"husky": "^3.0.0",
"husky": "^8.0.0",
"lint-staged": "^10.2.0",
"@types/react": "^16.14.23"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ exports[`Dashboard renders in flyout 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -693,6 +694,7 @@ exports[`Dashboard renders in flyout 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="left"
iconSize="m"
textProps={
Expand Down Expand Up @@ -1013,6 +1015,7 @@ exports[`Dashboard renders in flyout 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="right"
iconSize="s"
iconType="arrowDown"
Expand Down Expand Up @@ -1595,6 +1598,7 @@ exports[`Dashboard renders in flyout 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -1821,6 +1825,7 @@ exports[`Dashboard renders with alert by triggers view 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -1885,6 +1890,7 @@ exports[`Dashboard renders with alert by triggers view 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -2531,6 +2537,7 @@ exports[`Dashboard renders with alert by triggers view 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="left"
iconSize="m"
textProps={
Expand Down Expand Up @@ -2884,6 +2891,7 @@ exports[`Dashboard renders with alert by triggers view 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="right"
iconSize="s"
iconType="arrowDown"
Expand Down Expand Up @@ -3652,6 +3660,7 @@ exports[`Dashboard renders with alert by triggers view 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -3876,6 +3885,7 @@ exports[`Dashboard renders with per alert view 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -4522,6 +4532,7 @@ exports[`Dashboard renders with per alert view 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="left"
iconSize="m"
textProps={
Expand Down Expand Up @@ -4842,6 +4853,7 @@ exports[`Dashboard renders with per alert view 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="right"
iconSize="s"
iconType="arrowDown"
Expand Down Expand Up @@ -5424,6 +5436,7 @@ exports[`Dashboard renders with per alert view 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ exports[`DestinationsList renders when Notification plugin is installed 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="right"
iconType="popout"
textProps={
Expand Down Expand Up @@ -380,6 +381,7 @@ exports[`DestinationsList renders when Notification plugin is not installed 1`]
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="right"
iconType="popout"
textProps={
Expand Down Expand Up @@ -590,6 +592,7 @@ exports[`DestinationsList renders when email is disallowed 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="right"
iconType="popout"
textProps={
Expand Down
Loading

0 comments on commit 4a09df7

Please sign in to comment.