Skip to content

Commit

Permalink
test(discover-log-explorer): remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Antonio Ghiani committed Aug 9, 2023
1 parent 5b29f5d commit 5fbe953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export default function (providerContext: FtrProviderContext) {
});
});

describe.only('when click on an integration and moves into the second navigation level', () => {
describe('when click on an integration and moves into the second navigation level', () => {
before(async () => {
await PageObjects.common.navigateToApp('discover', { hash: '/p/log-explorer' });
});
Expand Down

0 comments on commit 5fbe953

Please sign in to comment.