Test availability of the info provider pages

This commit is contained in:
Jan Böhmer 2023-07-16 23:56:30 +02:00
parent f423fdf7f8
commit 4c1c6701b3
2 changed files with 34 additions and 2 deletions

View file

@ -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
}
}