Skip to content

Commit

Permalink
Deduplicate test name
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Jun 12, 2020
1 parent dfb060e commit 5f97aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/context/_context_navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function ({ getService, getPageObjects }) {
const docTable = getService('docTable');
const PageObjects = getPageObjects(['common', 'context', 'discover', 'timePicker']);

describe('context link in discover', function contextSize() {
describe('discover - context - back navigation', function contextSize() {
before(async function () {
await PageObjects.timePicker.setDefaultAbsoluteRangeViaUiSettings();
await PageObjects.common.navigateToApp('discover');
Expand Down

0 comments on commit 5f97aed

Please sign in to comment.