Skip to content

Commit

Permalink
Upgrade protractor so that webdriver starts are working again
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed May 3, 2019
1 parent 671b4c2 commit b345e33
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 197 deletions.
8 changes: 0 additions & 8 deletions test/e2e/01_xhr/xhrAfterPageLoad.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
<meta charset="UTF-8">
<title>xhr test</title>

<script type="text/javascript">
(function() {
var qtm = document.createElement('script'); qtm.type = 'text/javascript'; qtm.async = 1;
qtm.src = 'https://cdn.quantummetric.com/qscripts/quantum-allbound.js';
var d = document.getElementsByTagName('script')[0];
!window.QuantumMetricAPI && d.parentNode.insertBefore(qtm, d);
})();
</script>
<script src="/e2e/initializer.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
Expand Down
Loading

0 comments on commit b345e33

Please sign in to comment.