Skip to content

Commit

Permalink
test(plasma-web,plasma-b2c,plasma-ui): Update snapshot and test for `…
Browse files Browse the repository at this point in the history
…TextArea` component
  • Loading branch information
neretin-trike committed Apr 11, 2022
1 parent bcae028 commit 25105cc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('plasma-core: TextArea', () => {
cy.matchImageSnapshot();
});

it('resize', () => {
it.only('resize', () => {
mount(
<CypressTestDecorator>
<TextArea
Expand All @@ -87,6 +87,8 @@ describe('plasma-core: TextArea', () => {
</CypressTestDecorator>,
);

cy.root().get('textarea').last().invoke('attr', 'style', 'width: 280px; height: 140px;');

cy.matchImageSnapshot();
});

Expand Down

0 comments on commit 25105cc

Please sign in to comment.