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

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: 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
« dart/site/try/index.html ('K') | « 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..60db2fb3d3ae62f9cf33592cd6208ddd655f329b 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';
ahe 2014/09/04 11:07:17 This is before the iframe below is created.
asyncStart();
window.onMessage.listen((MessageEvent e) {
switch (e.data) {
« dart/site/try/index.html ('K') | « dart/site/try/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698