Skip to content

Commit

Permalink
fix fn test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jul 12, 2024
1 parent ce2ea9a commit 984fe8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/test/functional/page_objects/space_selector_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ export class SpaceSelectorPageObject extends FtrService {
}

async clickOnDeleteSpaceButton(spaceName: string) {
const collapsedButtonSelector = '[data-test-subj=euiCollapsedItemActionsButton]';
await this.find.clickByCssSelector(`#${spaceName}-actions ${collapsedButtonSelector}`);
await this.testSubjects.click(`${spaceName}-deleteSpace`);
}

Expand Down

0 comments on commit 984fe8d

Please sign in to comment.