Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Aug 3, 2021
1 parent d803533 commit 2550b7d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 350 deletions.
13 changes: 4 additions & 9 deletions tests/page-templates/12-react/118-wait-hard-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@

<script src="118-wait-hard-nav.js" type="text/javascript"></script>
<script>
window.BOOMR_config = {
BOOMR_test.init({
testAfterOnBeacon: true,
History: {
enabled: true,
auto: true,
routeChangeWaitFilter: function() {
setTimeout(function() {
window.spaWaitCompleteTimes.push(BOOMR.now());
Expand All @@ -30,14 +33,6 @@
return true;
},
routeChangeWaitFilterHardNavs: true
}
};

BOOMR_test.init({
testAfterOnBeacon: true,
History: {
enabled: true,
auto: true
},
Errors: {
enabled: false
Expand Down
13 changes: 4 additions & 9 deletions tests/page-templates/12-react/119-wait-hard-nav-global-var.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@

<script src="119-wait-hard-nav-global-var.js" type="text/javascript"></script>
<script>
BOOMR_config = {
BOOMR_test.init({
testAfterOnBeacon: true,
History: {
enabled: true,
auto: true,
routeChangeWaitFilter: function() {
var myGlobalVar;

Expand All @@ -45,14 +48,6 @@
return true;
},
routeChangeWaitFilterHardNavs: true
}
};

BOOMR_test.init({
testAfterOnBeacon: true,
History: {
enabled: true,
auto: true
},
Errors: {
enabled: false
Expand Down

This file was deleted.

This file was deleted.

60 changes: 0 additions & 60 deletions tests/page-templates/22-early/14-spa-missed-xhr-off.html

This file was deleted.

70 changes: 0 additions & 70 deletions tests/page-templates/22-early/14-spa-missed-xhr-off.js

This file was deleted.

60 changes: 0 additions & 60 deletions tests/page-templates/22-early/14-spa-missed-xhr-on.html

This file was deleted.

69 changes: 0 additions & 69 deletions tests/page-templates/22-early/14-spa-missed-xhr-on.js

This file was deleted.

0 comments on commit 2550b7d

Please sign in to comment.