mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Remove extra call to navigateTo from Dataset Quality functional tests (#188638)
Removes extra function calls from the Dataset Quality functional tests
This commit is contained in:
parent
b0efd3c8b6
commit
e049eca8e7
2 changed files with 0 additions and 2 deletions
|
@ -44,7 +44,6 @@ export default function ({ getService, getPageObjects }: DatasetQualityFtrProvid
|
|||
});
|
||||
|
||||
it('dataset quality table exists', async () => {
|
||||
await PageObjects.datasetQuality.navigateTo();
|
||||
await testSubjects.existOrFail(
|
||||
PageObjects.datasetQuality.testSubjectSelectors.datasetQualityTable
|
||||
);
|
||||
|
|
|
@ -48,7 +48,6 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
|
||||
it('dataset quality table exists', async () => {
|
||||
await PageObjects.datasetQuality.navigateTo();
|
||||
await PageObjects.datasetQuality.waitUntilTableLoaded();
|
||||
await testSubjects.existOrFail(
|
||||
PageObjects.datasetQuality.testSubjectSelectors.datasetQualityTable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue