Skip to content

Commit

Permalink
fix(clipboard): review
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Aug 3, 2023
1 parent 9113322 commit 32468dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('e2e:osds-clipboard', () => {
expect(input).toHaveClass('hydrated');
});

it.only('should copy the input value', async () => {
it('should copy the input value', async () => {
const value = 'text to copy';

await setup({ attributes: { value } });
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ import {
OdsClipboardMethods,
OdsIconName,
OdsInputType,
// odsClipboardDefaultAttributes
} from '@ovhcloud/ods-core';
import { OdsStencilEvents, OdsStencilMethods } from '@ovhcloud/ods-stencil/libraries/stencil-core';
import { OdsThemeColorIntent } from '@ovhcloud/ods-theming';

/**
* @slot (unnamed) - Clipboard content
*/
@Component({
tag: 'osds-clipboard',
styleUrl: 'osds-clipboard.scss',
Expand Down
1 change: 1 addition & 0 deletions scripts/testing-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
{name: 'osds-checkbox', id: 'checkbox'},
{name: 'osds-checkbox-button', id: 'checkbox-button'},
{name: 'osds-chip', id: 'chip'},
{name: 'osds-clipboard', id: 'clipboard'},
{name: 'osds-code', id: 'code'},
{name: 'osds-collapsible', id: 'collapsible', newArch: true},
{name: 'osds-content-addon', id: 'content-addon'},
Expand Down

0 comments on commit 32468dc

Please sign in to comment.