mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-14 06:09:33 +00:00
Füge Baugruppen hinzu
This commit is contained in:
parent
98b8c5b788
commit
5bd0741fba
128 changed files with 23830 additions and 109 deletions
|
|
@ -142,6 +142,12 @@ class ApplicationAvailabilityFunctionalTest extends WebTestCase
|
|||
yield ['/project/1/build?n=1'];
|
||||
yield ['/project/1/import_bom'];
|
||||
|
||||
//Assemblies
|
||||
yield ['/assembly/1/info'];
|
||||
yield ['/assembly/1/add_parts'];
|
||||
yield ['/assembly/1/add_parts?parts=1,2'];
|
||||
yield ['/assembly/1/import_bom'];
|
||||
|
||||
//Test info provider system
|
||||
yield ['/tools/info_providers/providers']; //List all providers
|
||||
yield ['/tools/info_providers/search']; //Search page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue