Skip to content

Commit

Permalink
Run panel actions test through FTR
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Sep 26, 2024
1 parent 2cb9101 commit ec7a890
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
const testSubjects = getService('testSubjects');
const { dashboard } = getPageObjects(['dashboard']);

describe('Panel Actions', () => {
describe.only('Panel Actions', () => {
before(async () => {
await dashboard.loadSavedDashboard('few panels');
});
Expand Down

0 comments on commit ec7a890

Please sign in to comment.