mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Improved tests for project system
This commit is contained in:
parent
de4c25ac0e
commit
d34dbbbb38
3 changed files with 8 additions and 3 deletions
|
@ -126,5 +126,10 @@ class ApplicationAvailabilityFunctionalTest extends WebTestCase
|
|||
|
||||
//Webauthn Register
|
||||
yield ['/webauthn/register'];
|
||||
|
||||
//Projects
|
||||
yield ['/project/1/info'];
|
||||
yield ['/project/1/add_parts'];
|
||||
yield ['/project/1/add_parts?parts=1,2'];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue