1
0
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:
Benjamin Gamard
2018-03-07 16:31:37 +01:00
parent a0880c4a16
commit a7c954c6bc
71 changed files with 5847 additions and 1265 deletions

View File

@@ -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")