Added some tests to check if LabelSystem and scanner pages are available.

This commit is contained in:
Jan Böhmer 2020-05-10 13:28:01 +02:00
parent df6546d94d
commit 7e656be246
6 changed files with 174 additions and 7 deletions

View file

@ -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'];
}
}