Skip to content

Commit

Permalink
skip 'dashboard title is case insensitive' #86226
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Dec 17, 2020
1 parent f0234cb commit d18fca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/dashboard/dashboard_listing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit d18fca3

Please sign in to comment.