mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-01 04:49:36 +00:00
Füge Baugruppen hinzu
This commit is contained in:
parent
05a9e4d035
commit
97e463c717
128 changed files with 23830 additions and 200 deletions
|
|
@ -142,6 +142,12 @@ final 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