File tree Expand file tree Collapse file tree
src/components/modal/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ Array [
1212 >
1313 <div
1414 aria-label = " aria-label"
15+ aria-modal = " true"
1516 class = " euiModal euiModal--confirmation testClass1 testClass2 emotion-euiModal-defaultMaxWidth-confirmation-euiTestCss"
1617 data-test-subj = " test subject string"
18+ role = " dialog"
1719 tabindex = " 0"
1820 >
1921 <button
@@ -110,8 +112,10 @@ Array [
110112 >
111113 <div
112114 aria-label = " aria-label"
115+ aria-modal = " true"
113116 class = " euiModal euiModal--confirmation testClass1 testClass2 emotion-euiModal-defaultMaxWidth-confirmation-euiTestCss"
114117 data-test-subj = " test subject string"
118+ role = " dialog"
115119 tabindex = " 0"
116120 >
117121 <button
Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ exports[`EuiModal renders 1`] = `
1818 >
1919 <div
2020 aria-label = " aria-label"
21+ aria-modal = " true"
2122 class = " euiModal testClass1 testClass2 emotion-euiModal-defaultMaxWidth-euiTestCss"
2223 data-test-subj = " test subject string"
24+ role = " dialog"
2325 tabindex = " 0"
2426 >
2527 <button
You can’t perform that action at this time.
0 commit comments