refactor: refs #8441 rename getSelector to getLinkSelector for clarity
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
4e49a73173
commit
22293eb2f8
|
@ -1,9 +1,9 @@
|
|||
describe('Vehicle Invoice In', () => {
|
||||
const getSelector = (colField) =>
|
||||
const getLinkSelector = (colField) =>
|
||||
`tr:first-child > [data-col-field="${colField}"] > .no-padding > .link`;
|
||||
const selectors = {
|
||||
firstRowSupplier: getSelector('supplierFk'),
|
||||
firstRowInvoice: getSelector('supplierRef'),
|
||||
firstRowSupplier: getLinkSelector('supplierFk'),
|
||||
firstRowInvoice: getLinkSelector('supplierRef'),
|
||||
descriptorTitle: '.q-menu > .descriptor .title',
|
||||
summaryTitle: '.summaryHeader',
|
||||
descriptorOpenSummaryBtn: '.q-menu > .descriptor [data-cy="openSummaryBtn"]',
|
||||
|
|
Loading…
Reference in New Issue