scouting: Ask the user to reload after submitting match data
The current "Home" screen doesn't tell folks what to do. It's not
obvious that they have to reload the page at this point. This patch
changes the screen to ask the user to reload the page.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I88b7137eaace31c9cff36685992880cfb9d9eeda
diff --git a/scouting/scouting_test.ts b/scouting/scouting_test.ts
index 43423c1..8141cfa 100644
--- a/scouting/scouting_test.ts
+++ b/scouting/scouting_test.ts
@@ -155,7 +155,7 @@
await element(by.buttonText('Submit')).click();
await browser.wait(EC.textToBePresentInElement(
- element(by.css('.header')), 'Home'));
+ element(by.css('.header')), 'Success'));
// TODO(phil): Make sure the data made its way to the database correctly.
});