Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1378)

Unified Diff: dart/tests/try/web/end_to_end_test.dart

Issue 532953003: Disable Google Analytics in automated tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Test will fail if Analytics are enabled. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/site/try/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/web/end_to_end_test.dart
diff --git a/dart/tests/try/web/end_to_end_test.dart b/dart/tests/try/web/end_to_end_test.dart
index 22e45733e13d6ed84f6fc7b905ffe2156ce57b00..bffbd8e5d840cb1dd5c29273dab311ff9c0498e6 100644
--- a/dart/tests/try/web/end_to_end_test.dart
+++ b/dart/tests/try/web/end_to_end_test.dart
@@ -69,6 +69,7 @@ void onIframeLoaded(Event event) {
}
void main() {
+ document.cookie = 'org-trydart-AutomatedTest=true;path=/';
asyncStart();
window.onMessage.listen((MessageEvent e) {
switch (e.data) {
« no previous file with comments | « dart/site/try/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698