Skip to content

Commit

Permalink
test: Fix test to adapt to new lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
NemethNorbert committed Jan 18, 2024
1 parent e18a6d1 commit 468d207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maintenance/projects/senna/test/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -1656,15 +1656,15 @@ describe('App', function () {
this.app.navigate('/path2').then(() => {
var lifecycleOrder = [
StubScreen.prototype.load,
StubScreen.prototype.evaluateStyles,
StubScreen.prototype.flip,
StubScreen.prototype.evaluateStyles,
StubScreen.prototype.evaluateScripts,
StubScreen.prototype.activate,
StubScreen.prototype.beforeDeactivate,
StubScreen2.prototype.load,
StubScreen.prototype.deactivate,
StubScreen2.prototype.evaluateStyles,
StubScreen2.prototype.flip,
StubScreen2.prototype.evaluateStyles,
StubScreen2.prototype.evaluateScripts,
StubScreen2.prototype.activate,
StubScreen.prototype.disposeInternal,
Expand Down

0 comments on commit 468d207

Please sign in to comment.