Expand //scouting:scouting_test to go through almost the full flow
The test now gets up to the point of submitting the data.
Unfortunately, the webserver doesn't know how to handle the data yet.
So we don't actually submit anything.
I removed the timeouts from the test because protractor appears to
automatically wait for actions to finish before continuing.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I825e585454627d43ac5ae6d12414c6e0d605407f
diff --git a/scouting/www/entry/entry.ng.html b/scouting/www/entry/entry.ng.html
index e52e6bc..c210ea3 100644
--- a/scouting/www/entry/entry.ng.html
+++ b/scouting/www/entry/entry.ng.html
@@ -189,7 +189,7 @@
<ul>
<li>Upper Shots Made: {{teleUpperShotsMade}}</li>
<li>Lower Shots Made: {{teleLowerShotsMade}}</li>
- <li>Missed Shots {{teleShotsMissed}}</li>
+ <li>Missed Shots: {{teleShotsMissed}}</li>
</ul>
<h4>Climb</h4>
@@ -206,7 +206,7 @@
<h4>Defense</h4>
<ul>
<li>Defense Played On Rating: {{defensePlayedOnScore}}</li>
- <li>Defense Played Raing: {{defensePlayedScore}}</li>
+ <li>Defense Played Rating: {{defensePlayedScore}}</li>
</ul>
<div class="error_message">{{ errorMessage }}</div>