Removed fetchSelection()
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
d082f5d6c2
commit
03c9b7ffa6
|
@ -35,7 +35,7 @@ describe('Order lines', () => {
|
||||||
const result = await page
|
const result = await page
|
||||||
.waitToGetProperty(selectors.orderLine.orderSubtotal, 'innerText');
|
.waitToGetProperty(selectors.orderLine.orderSubtotal, 'innerText');
|
||||||
|
|
||||||
expect(result).toContain('80.54');
|
expect(result).toContain('90.10');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should confirm the whole order and redirect to ticket index filtered by clientFk', async() => {
|
it('should confirm the whole order and redirect to ticket index filtered by clientFk', async() => {
|
||||||
|
|
|
@ -33,9 +33,6 @@ export default class Datalist extends Textfield {
|
||||||
|
|
||||||
if (this.validSelection(value)) return;
|
if (this.validSelection(value)) return;
|
||||||
|
|
||||||
if (!oldValue)
|
|
||||||
return this.fetchSelection();
|
|
||||||
|
|
||||||
this.$timeout.cancel(this.searchTimeout);
|
this.$timeout.cancel(this.searchTimeout);
|
||||||
|
|
||||||
if (this.model) {
|
if (this.model) {
|
||||||
|
|
Loading…
Reference in New Issue