Skip to content

Commit

Permalink
test(core,platform): e2e fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
platon-rov committed Apr 19, 2022
1 parent 75ee219 commit 90b114b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/wdio/core/pages/action-sheet.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class ActionSheetPo extends CoreBaseComponentPo {
url = '/action-sheet';
root = '#page-content';

actionSheetMenuButton = 'fd-action-sheet-control button';
actionSheetMenuButton = 'app-action-sheet fd-action-sheet-control button';
actionSheetList = 'fd-action-sheet-body ul';
actionSheetListItems = 'fd-action-sheet-body li';
actionSheetListItemButtons = 'fd-action-sheet-body button';
Expand Down
2 changes: 1 addition & 1 deletion e2e/wdio/core/pages/product-switch.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { waitForElDisplayed, waitForPresent } from '../../driver/wdio';
export class ProductSwitchPo extends CoreBaseComponentPo {
url = '/product-switch';

shellbarButton = 'fd-popover-control button';
shellbarButton = 'app-product-switch fd-popover-control button';
shellbarSwitchItems = 'fd-popover-body .fd-product-switch__item';
switchItems = 'fd-product-switch-body .fd-product-switch__item';

Expand Down
2 changes: 1 addition & 1 deletion e2e/wdio/platform/pages/value-help-dialog.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class ValueHelpDialogPo extends BaseComponentPo {
// Example block selectors
inputToken = 'fd-token .fd-token';
menuCheckboxes = 'fd-popover-body fd-checkbox';
menuDialogBtn = 'fd-popover button';
menuDialogBtn = 'app-platform-vhd fd-popover button';
menuItemNames = 'fd-popover-body .fd-list__title';
miniOpenDialogBtn = 'button[class*="fd-button--compact"]';
mobileExampleDialog = 'fdp-value-help-dialog[dialogtitle="Mobile value help dialog"]';
Expand Down

0 comments on commit 90b114b

Please sign in to comment.