Skip to content

Commit

Permalink
Update test names
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Jan 28, 2021
1 parent 7e092a1 commit 1cb8342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('EmptyEngineOverview', () => {
expect(wrapper.find('h1').text()).toEqual('Engine setup');
});

it('renders correctly versioned documentation URLs', () => {
it('renders a documentation link', () => {
expect(wrapper.find(EuiButton).prop('href')).toEqual(`${docLinks.appSearchBase}/index.html`);
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

import { docLinks } from './';

describe('DocLinks#setDocLinks()', () => {
it('adds links from docLinks', () => {
describe('DocLinks', () => {
it('setDocLinks', () => {
const links = {
DOC_LINK_VERSION: '',
ELASTIC_WEBSITE_URL: 'https://elastic.co/',
Expand Down

0 comments on commit 1cb8342

Please sign in to comment.