Skip to content

Commit dd9ccdd

Browse files
Tests correction
1 parent 41744f5 commit dd9ccdd

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/shared/components/MonacoEditorESM/Editor.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
border: 1px solid var(--sapNeutralBackground);
3131

3232
.monaco-editor {
33-
.inputarea {
34-
z-index: 0;
35-
}
36-
3733
.overflowingContentWidgets {
3834
z-index: 100;
3935
position: absolute;

tests/integration/support/paste-to-monaco.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Cypress.Commands.add(
33
{ prevSubject: false },
44
(monacoCount = 0) => {
55
return cy
6-
.get('div.monaco-editor')
7-
.find('textarea[aria-roledescription="editor"]:visible')
6+
.get('.resource-form__editor')
7+
.find('.monaco-editor:visible')
88
.eq(monacoCount)
99
.focus();
1010
},

0 commit comments

Comments
 (0)