Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fix 1.10.1 workbench scroll bar and cypress version (#741)
Browse files Browse the repository at this point in the history
* update kibana version in cypress request header

* remove hard coded heights for workbench
  • Loading branch information
joshuali925 committed Sep 17, 2020
1 parent 57750dc commit ba327d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sql-workbench/.cypress/integration/ui.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('Test and verify downloads', () => {
url: url,
headers: {
'content-type': 'application/json;charset=UTF-8',
'kbn-version': '7.8.0',
'kbn-version': '7.9.1',
},
body: {
'query': 'select * from accounts where balance > 49500'
Expand Down Expand Up @@ -115,4 +115,4 @@ describe('Test table display', () => {
expect(cell).to.contain('2018-06-23');
});
});
});
});
2 changes: 0 additions & 2 deletions sql-workbench/public/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

.sql-console-query-container {
padding: $euiSizeL;
height: 1142px;
}

.sql-console-query-editor {
Expand Down Expand Up @@ -69,7 +68,6 @@
}
}
.sql-console-query-result{
height: 577px;
scroll-behavior: smooth;
.sql-console-results-container {
overflow: auto;
Expand Down

0 comments on commit ba327d2

Please sign in to comment.