Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Apr 10, 2024
1 parent 4d421a2 commit 6be8381
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ module('Integration | ResizablePanelGroup', function (hooks) {
assert.hasNumericStyle('.panel-1-content', 'height', 0, 0);
this.renderController.panels[1].isHidden = false;
await sleep(100); // let didResizeModifier run
assert.hasNumericStyle('.panel-0-content', 'height', 156, 1);
assert.hasNumericStyle('.panel-1-content', 'height', 62, 1);
assert.hasNumericStyle('.panel-0-content', 'height', 168, 1);
assert.hasNumericStyle('.panel-1-content', 'height', 50, 1);
this.renderController.panels[1].isHidden = true;
await sleep(100); // let didResizeModifier run
assert.hasNumericStyle('.panel-0-content', 'height', 218, 1);
Expand Down

0 comments on commit 6be8381

Please sign in to comment.