PR #563 fixed the partners api to not return the own partner - integration test suite still checks for two partners (also the own partner)
PR #435 fixed that DeliveryRequestApiService considers partner roles. The integration test sets for customer's material and supplier's material the same material.materialNumberCx which is not expected. -> in test customer material number should be a random uuid or just another (Note: the int test suite also is used to seed data. The seeded data prevents customers from providing delivery information when requested by the supplier)
Expected behavior
Test_01-MAD/01_01-Init/Customer/MAD/Get All Partners -> only test for one instead of two partners
Test_01-MAD/01_01-Init/Customer/MAD/Create Semiconductor Material -> don't set materialNumberCx to the same as the one from supplier
Steps to reproduce the Bug
Run the test suite > fails for the first test
as a supplier, refresh customer information > in the logs of the customer you see that it's not returned
Description
The integration test automation has some issues
Current behaviour
DeliveryRequestApiService
considers partner roles. The integration test sets for customer's material and supplier's material the samematerial.materialNumberCx
which is not expected. -> in test customer material number should be a random uuid or just another (Note: the int test suite also is used to seed data. The seeded data prevents customers from providing delivery information when requested by the supplier)Expected behavior
Steps to reproduce the Bug