mirror of
https://github.com/sismics/docs.git
synced 2025-12-18 04:01:42 +00:00
Workflow assigned to me on home + Closes #170 + glyphicon -> fa
This commit is contained in:
@@ -91,6 +91,7 @@ public class TestRouteResource extends BaseJerseyTest {
|
||||
documents = json.getJsonArray("documents");
|
||||
Assert.assertEquals(1, documents.size());
|
||||
Assert.assertTrue(documents.getJsonObject(0).getBoolean("active_route"));
|
||||
Assert.assertEquals("Check the document's metadata", documents.getJsonObject(0).getString("current_step_name"));
|
||||
|
||||
// Get the route on document 1
|
||||
json = target().path("/route")
|
||||
|
||||
Reference in New Issue
Block a user