Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Fix for addon-cssresources till scrollbars are properly addressed #6263

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update tests using html string
pgoforth committed Mar 29, 2019
commit 0f9bf9c4cbea07f00b02f8c582bf70ec92018eec
2 changes: 1 addition & 1 deletion addons/cssresources/src/css-resource-panel.test.js
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ describe('CSSResourcePanel', () => {
});

it('should render an empty div', () => {
expect(node.matchesElement('<div></div>')).toEqual(true);
expect(node.html()).toEqual('<div></div>');
});
});