Skip to content

Commit

Permalink
Give test suites distinctive names
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpeihl committed Sep 28, 2023
1 parent 9d0873a commit 44743fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const DASHBOARD_NAME = 'Test Links panel';
const LINKS_PANEL_NAME = 'Some links';

describe('links panel', () => {
describe('links panel create and edit', () => {
describe('creation', async () => {
before(async () => {
await dashboard.navigateToApp();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const FROM_TIME = 'Oct 22, 2018 @ 00:00:00.000';
const TO_TIME = 'Dec 3, 2018 @ 00:00:00.000';

describe('links panel', () => {
describe('links panel navigation', () => {
before(async () => {
await kibanaServer.savedObjects.cleanStandardList();
await security.testUser.setRoles([
Expand Down

0 comments on commit 44743fc

Please sign in to comment.