mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 18:03:37 +02:00
Test if statistics page is available.
This commit is contained in:
parent
b694ca8861
commit
d5ff73b263
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ class ApplicationAvailabilityFunctionalTest extends WebTestCase
|
||||||
yield ['/part/2/edit'];
|
yield ['/part/2/edit'];
|
||||||
yield ['/part/3/edit'];
|
yield ['/part/3/edit'];
|
||||||
|
|
||||||
|
//Statistics
|
||||||
|
yield ['/statistics'];
|
||||||
|
|
||||||
//Typeahead
|
//Typeahead
|
||||||
yield ['/typeahead/builtInResources/search/DIP8'];
|
yield ['/typeahead/builtInResources/search/DIP8'];
|
||||||
yield ['/typeahead/tags/search/test'];
|
yield ['/typeahead/tags/search/test'];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue