From 265e10a036b545d9d4e15bebef17e38e4b013af3 Mon Sep 17 00:00:00 2001 From: thuva4 Date: Tue, 14 Nov 2017 15:38:56 +0530 Subject: Create functionality and e2e tests for project Implemented the create function for the projects. Wrote the e2e tests for the create function. Change-Id: Iceac650573ca31b6246350c4d60033b42e0ffb0f Signed-off-by: thuva4 --- testapi/opnfv_testapi/ui/projects/projects.html | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 testapi/opnfv_testapi/ui/projects/projects.html (limited to 'testapi/opnfv_testapi/ui/projects/projects.html') diff --git a/testapi/opnfv_testapi/ui/projects/projects.html b/testapi/opnfv_testapi/ui/projects/projects.html new file mode 100644 index 0000000..62a968b --- /dev/null +++ b/testapi/opnfv_testapi/ui/projects/projects.html @@ -0,0 +1,38 @@ +

Projects

+

+ +
+
+

Create

+
+
+
+

+ + + + + + + +

+
+
+ +
+ +
+
+
+ + + + \ No newline at end of file -- cgit 1.2.3-korg