-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00418df
commit a72111e
Showing
4 changed files
with
66 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,4 @@ export default { | |
waitLoading() { | ||
cy.expect(Section({ id: 'central-ordering' }).exists()); | ||
}, | ||
|
||
}; |
102 changes: 51 additions & 51 deletions
102
cypress/support/fragments/settings/orders/settingOrdersNavigationMenu.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
import { NavListItem } from '../../../../../interactors'; | ||
|
||
export default { | ||
selectApprovals: () => { | ||
cy.do(NavListItem('Approvals').click()); | ||
}, | ||
selectClosingPurchaseOrderReasons: () => { | ||
cy.do(NavListItem('Closing purchase order reasons').click()); | ||
}, | ||
selectOrderTemplates: () => { | ||
cy.do(NavListItem('Order templates').click()); | ||
}, | ||
selectOpeningPurchaseOrders: () => { | ||
cy.do(NavListItem('Opening purchase orders').click()); | ||
}, | ||
selectAcquisitionMethods: () => { | ||
cy.do(NavListItem('Acquisition methods').click()); | ||
}, | ||
selectCustomFieldsPurchaseOrders: () => { | ||
cy.do(NavListItem('Custom Fields - Purchase Orders').click()); | ||
}, | ||
selectCustomFieldsPurchaseOrderLines: () => { | ||
cy.do(NavListItem('Custom Fields - Purchase Order Lines').click()); | ||
}, | ||
selectPONumberEdit: () => { | ||
cy.do(NavListItem('Edit').click()); | ||
}, | ||
selectPrefixes: () => { | ||
cy.do(NavListItem('Prefixes').click()); | ||
}, | ||
selectCategories: () => { | ||
cy.do(NavListItem('Suffixes').click()); | ||
}, | ||
selectInstanceMatching: () => { | ||
cy.do(NavListItem('Instance matching').click()); | ||
}, | ||
selectInventoryInteractionsDefaults: () => { | ||
cy.do(NavListItem('Inventory interactions defaults').click()); | ||
}, | ||
selectInstanceStatus: () => { | ||
cy.do(NavListItem('Instance status').click()); | ||
}, | ||
selectInstanceType: () => { | ||
cy.do(NavListItem('Instance type').click()); | ||
}, | ||
selectLoanType: () => { | ||
cy.do(NavListItem('Loan type').click()); | ||
}, | ||
selectRoutingAddress: () => { | ||
cy.do(NavListItem('Routing address').click()); | ||
}, | ||
selectListConfiguration: () => { | ||
cy.do(NavListItem('List configuration').click()); | ||
}, | ||
selectApprovals: () => { | ||
cy.do(NavListItem('Approvals').click()); | ||
}, | ||
selectClosingPurchaseOrderReasons: () => { | ||
cy.do(NavListItem('Closing purchase order reasons').click()); | ||
}, | ||
selectOrderTemplates: () => { | ||
cy.do(NavListItem('Order templates').click()); | ||
}, | ||
selectOpeningPurchaseOrders: () => { | ||
cy.do(NavListItem('Opening purchase orders').click()); | ||
}, | ||
selectAcquisitionMethods: () => { | ||
cy.do(NavListItem('Acquisition methods').click()); | ||
}, | ||
selectCustomFieldsPurchaseOrders: () => { | ||
cy.do(NavListItem('Custom Fields - Purchase Orders').click()); | ||
}, | ||
selectCustomFieldsPurchaseOrderLines: () => { | ||
cy.do(NavListItem('Custom Fields - Purchase Order Lines').click()); | ||
}, | ||
selectPONumberEdit: () => { | ||
cy.do(NavListItem('Edit').click()); | ||
}, | ||
selectPrefixes: () => { | ||
cy.do(NavListItem('Prefixes').click()); | ||
}, | ||
selectCategories: () => { | ||
cy.do(NavListItem('Suffixes').click()); | ||
}, | ||
selectInstanceMatching: () => { | ||
cy.do(NavListItem('Instance matching').click()); | ||
}, | ||
selectInventoryInteractionsDefaults: () => { | ||
cy.do(NavListItem('Inventory interactions defaults').click()); | ||
}, | ||
selectInstanceStatus: () => { | ||
cy.do(NavListItem('Instance status').click()); | ||
}, | ||
selectInstanceType: () => { | ||
cy.do(NavListItem('Instance type').click()); | ||
}, | ||
selectLoanType: () => { | ||
cy.do(NavListItem('Loan type').click()); | ||
}, | ||
selectRoutingAddress: () => { | ||
cy.do(NavListItem('Routing address').click()); | ||
}, | ||
selectListConfiguration: () => { | ||
cy.do(NavListItem('List configuration').click()); | ||
}, | ||
}; |