mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Added some tests to check if LabelSystem and scanner pages are available.
This commit is contained in:
parent
df6546d94d
commit
7e656be246
6 changed files with 174 additions and 7 deletions
|
@ -119,5 +119,12 @@ class ApplicationAvailabilityFunctionalTest extends WebTestCase
|
|||
//Typeahead
|
||||
yield ['/typeahead/builtInResources/search/DIP8'];
|
||||
yield ['/typeahead/tags/search/test'];
|
||||
|
||||
//Label test
|
||||
yield ['/scan'];
|
||||
yield ['/label/dialog'];
|
||||
yield ['/label/dialog?target_id=1&target_type=part'];
|
||||
yield ['/label/1/dialog'];
|
||||
yield ['/label/1/dialog?target_id=1&target_type=part&generate=1'];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue