skip 'dashboard title is case insensitive' #86226

This commit is contained in:
Jonathan Budzenski 2020-12-17 09:33:21 -06:00
parent 8c75c8f129
commit c21992b9a2

View file

@ -134,7 +134,7 @@ export default function ({ getService, getPageObjects }) {
expect(onDashboardLandingPage).to.equal(false);
});
it('title match is case insensitive', async function () {
it.skip('title match is case insensitive', async function () {
await PageObjects.dashboard.gotoDashboardLandingPage();
const currentUrl = await browser.getCurrentUrl();
const newUrl = currentUrl + '&title=two%20words';