Skip to content

Commit fa537c0

Browse files
committed
test: Update test files
1 parent 4811fdb commit fa537c0

6 files changed

Lines changed: 6 additions & 12 deletions

File tree

test/expected/create_integration_card/common/test/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body {
1717
flex-direction: column;
1818
}
1919

20-
.editor-section {
20+
#editorSection {
2121
--sapUiIntegrationEditorFormHeight: auto;
2222
}
2323

test/expected/create_integration_card/common/test/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ <h1>Preview</h1>
2323
<div class="card-section">
2424
<h2>Integration Card</h2>
2525
<ui-integration-card
26-
id="card"
27-
width="300px"
28-
height="400px">
26+
id="card">
2927
</ui-integration-card>
3028
</div>
3129
<div id="editorSection"

test/expected/create_integration_card/destinations/test/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body {
1717
flex-direction: column;
1818
}
1919

20-
.editor-section {
20+
#editorSection {
2121
--sapUiIntegrationEditorFormHeight: auto;
2222
}
2323

test/expected/create_integration_card/destinations/test/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ <h1>Preview</h1>
2323
<div class="card-section">
2424
<h2>Integration Card</h2>
2525
<ui-integration-card
26-
id="card"
27-
width="300px"
28-
height="400px">
26+
id="card">
2927
</ui-integration-card>
3028
</div>
3129
<div id="editorSection"

test/expected/create_integration_card/single_destination/test/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body {
1717
flex-direction: column;
1818
}
1919

20-
.editor-section {
20+
#editorSection {
2121
--sapUiIntegrationEditorFormHeight: auto;
2222
}
2323

test/expected/create_integration_card/single_destination/test/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ <h1>Preview</h1>
2323
<div class="card-section">
2424
<h2>Integration Card</h2>
2525
<ui-integration-card
26-
id="card"
27-
width="300px"
28-
height="400px">
26+
id="card">
2927
</ui-integration-card>
3028
</div>
3129
<div id="editorSection"

0 commit comments

Comments
 (0)