mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 14:06:45 +01:00
Test merge and update from info provider controller endpoints
This commit is contained in:
@@ -91,6 +91,8 @@ class ApplicationAvailabilityFunctionalTest extends WebTestCase
|
||||
|
||||
yield ['/part/3/clone'];
|
||||
|
||||
yield ['/part/1/merge/2'];
|
||||
|
||||
yield ['/part/new'];
|
||||
yield ['/part/new?category=1&footprint=1&manufacturer=1&storelocation=1&supplier=1'];
|
||||
|
||||
@@ -144,6 +146,8 @@ class ApplicationAvailabilityFunctionalTest extends WebTestCase
|
||||
//Test info provider system
|
||||
yield ['/tools/info_providers/providers']; //List all providers
|
||||
yield ['/tools/info_providers/search']; //Search page
|
||||
yield['/tools/info_providers/update/1']; //Update search for part from info provider
|
||||
yield ['/part/from_info_provider/test/element1/create']; //Create part from info provider
|
||||
yield ['/part/1/from_info_provider/test/element1/update']; //Update part from info provider
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user