Skip to content

Commit

Permalink
adding space to separate functions
Browse files Browse the repository at this point in the history
Co-authored-by: Jennifer Q <[email protected]>
  • Loading branch information
lorerod and latin-panda authored Oct 31, 2024
1 parent b99f6d4 commit acfe2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/page-objects/default/contacts/contacts.wdio.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const openSortMenu = async () => {
await sortMenuSelectors.sortIcon().click();
await sortMenuSelectors.sortDropdown().waitForDisplayed();
};

const selectSortOrder = async (sortOrder) => {
await openSortMenu();
const options = await sortMenuSelectors.sortMenuItems();
Expand Down

0 comments on commit acfe2b2

Please sign in to comment.