Skip to content

Commit

Permalink
fix: broken e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Jan 9, 2025
1 parent 78f9e00 commit 9781b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/docs/core/multi-combobox/e2e/multi-combobox.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class MultiComboboxPo extends CoreBaseComponentPo {
listItem = this.list + ' li.fd-list__item[role="option"]';
selectedListItem = `${this.list} .fd-list__item.is-selected .fd-list__title`;

dialog = '[role="dialog"]';
dialog = '.fd-dialog';
dialogButton = this.dialog + ' .fd-button';
dialogListItem = this.dialog + ' .fd-list__item[role="option"]';
selectedDialogItem = this.dialog + ' .fd-list__item.is-selected .fd-list__title';
Expand Down
2 changes: 1 addition & 1 deletion libs/docs/platform/multi-combobox/e2e/multi-combobox.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class MultiComboboxPo extends PlatformBaseComponentPo {
listItem = this.list + ' li.fd-list__item[role="option"]';
selectedListItem = `${this.list} .fd-list__item.is-selected .fd-list__title`;

dialog = '[role="dialog"]';
dialog = '.fd-dialog';
dialogButton = this.dialog + ' .fd-button';
dialogListItem = this.dialog + ' .fd-list__item[role="option"]';
selectedDialogItem = this.dialog + ' .fd-list__item.is-selected .fd-list__title';
Expand Down
2 changes: 1 addition & 1 deletion libs/docs/platform/multi-input/e2e/multi-input.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class MultiInputPo extends PlatformBaseComponentPo {
expandedDropdown = 'fdp-list .fd-list';
activeDropdownButtons = 'button[aria-label="value-help"]';
activeInputs = '.fd-input-group.fd-input-group--control input';
mobileInput = 'div[role="dialog"] input';
mobileInput = '.fd-dialog input';
filledInput = '.fd-tokenizer__inner';
approveButton = '[fdtype="emphasized"]';
groupHeader = '.fd-list__group-header';
Expand Down

0 comments on commit 9781b7c

Please sign in to comment.