mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* have to select elasticsearch cluster for the same test now
* remove unused browser component
* add ;
(cherry picked from commit af7f28fc5d
)
Co-authored-by: Lee Drengenberg <lee.drengenberg@elastic.co>
This commit is contained in:
parent
355d9e6aee
commit
a596b34429
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ export default ({ getService, getPageObjects }) => {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const isSaml = !!process.env.VM.includes('saml') || !!process.env.VM.includes('oidc');
|
||||
const clusterOverview = getService('monitoringClusterOverview');
|
||||
const find = getService('find');
|
||||
|
||||
before(async () => {
|
||||
await browser.setWindowSize(1200, 800);
|
||||
|
@ -30,6 +31,7 @@ export default ({ getService, getPageObjects }) => {
|
|||
});
|
||||
|
||||
it('should have Monitoring already enabled', async () => {
|
||||
await find.clickByLinkText('elasticsearch');
|
||||
await testSubjects.click('esOverview');
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue