mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 20:04:34 +02:00
Test availability of the info provider pages
This commit is contained in:
parent
f423fdf7f8
commit
4c1c6701b3
2 changed files with 34 additions and 2 deletions
|
@ -140,5 +140,10 @@ class ApplicationAvailabilityFunctionalTest extends WebTestCase
|
|||
yield ['/project/1/add_parts?parts=1,2'];
|
||||
yield ['/project/1/build?n=1'];
|
||||
yield ['/project/1/import_bom'];
|
||||
|
||||
//Test info provider system
|
||||
yield ['/tools/info_providers/providers']; //List all providers
|
||||
yield ['/tools/info_providers/search']; //Search page
|
||||
yield ['/part/from_info_provider/test/element1/create']; //Create part from info provider
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue