Skip to content

Commit

Permalink
remove exclusive suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Aug 17, 2021
1 parent bb35015 commit 1ca9f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/accessibility/apps/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const listingTable = getService('listingTable');

describe.only('Dashboard', () => {
describe('Dashboard', () => {
const dashboardName = 'Dashboard Listing A11y';
const clonedDashboardName = 'Dashboard Listing A11y Copy';

Expand Down

0 comments on commit 1ca9f8e

Please sign in to comment.