Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Move not working tests to integration_defunct. They will be merged …
Browse files Browse the repository at this point in the history
…laters

#233
  • Loading branch information
TheBestPessimist committed Jul 30, 2019
1 parent 47aa6e0 commit 91a2314
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -25,6 +25,8 @@
import { PurchaseOrder, PurchaseOrderLine } from '../../support/utils/purchase_order';
import { purchaseOrders } from '../../page_objects/purchase_orders';

// task: https://github.com/metasfresh/metasfresh-e2e/issues/153

describe('Change warehouse in material receipt candidate #153', function() {
//
const warehouse1 = 'Hauptlager';
Expand Down
Expand Up @@ -28,6 +28,8 @@ import { PackingMaterial } from '../../support/utils/packing_material';
import { EmptiesReturn } from '../../page_objects/empties_returns';
import { DocumentStatusKey } from '../../support/utils/constants';

// task: https://github.com/metasfresh/metasfresh-e2e/issues/213

describe('Reverse Empties Return', function() {
const businessPartnerName = 'Test Lieferant 1';
const productQuantity = 222;
Expand Down

0 comments on commit 91a2314

Please sign in to comment.