Skipping test due to bug #20807 (#20809) (#20812)

This commit is contained in:
liza-mae 2018-07-14 18:31:35 -06:00 committed by GitHub
parent 090b560795
commit ecafae1a6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,8 @@ export default function ({ getService, getPageObjects }) {
expect(isInstalled).to.be(true);
});
describe('dashboard', () => {
// Skipping issue # 20807
describe.skip('dashboard', () => {
after(async () => {
await PageObjects.common.navigateToUrl('home', 'tutorial_directory/sampleData');
await PageObjects.header.waitUntilLoadingHasFinished();