Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Oct 23, 2023
1 parent 9c90c73 commit b162e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/accessibility/apps/dashboard_controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'dashboard', 'home', 'dashboardControls']);
const browser = getService('browser');

describe.only('Dashboard controls a11y tests', () => {
describe('Dashboard controls a11y tests', () => {
before(async () => {
await kibanaServer.savedObjects.cleanStandardList();
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
Expand Down

0 comments on commit b162e61

Please sign in to comment.