system-web-apps: consolidate browsertest app launching logic
In System Web App related browsertests, we have three different App launching methods that do the same thing, this CL consolidates these methods: - LaunchApp - WaitForSystemAppInstallAndLoad - WaitForSystemAppInstallAndLaunch The new LaunchApp method handles the launch, and waits for load stop by default. LaunchAppWithoutWaiting does the same thing, but doesn't wait for load stop, which is useful to test certain defaults (e.g. browser window size, toolbar visibility, window title). Bug: TBD Change-Id: I38f74a3faef83b3902a7af2387f2e31fe78127e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294879 Commit-Queue: Jiewei Qian <qjw@chromium.org> Reviewed-by:Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#790717}
Showing
Please register or sign in to comment