Skip to content

Commit

Permalink
test: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Oct 29, 2024
1 parent 37b8d77 commit 33cd870
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 185 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,8 @@ exports[`ToolbarFieldBillingProvider Component should handle updating sla throug
exports[`ToolbarFieldBillingProvider Component should render a basic component: basic 1`] = `
<Select
aria-label="t(curiosity-toolbar.placeholder_billing, {"context":"provider"})"
ariaLabel="Select option"
buttonContent={null}
className=""
data-test="toolbarFieldBillingProvider"
direction="down"
id="generatedid-"
isDisabled={false}
isDropdownButton={false}
isFlipEnabled={false}
isInline={true}
isToggleText={true}
maxHeight={null}
name={null}
onSelect={[Function]}
onSplitButton={null}
options={
[
{
Expand All @@ -98,9 +85,5 @@ exports[`ToolbarFieldBillingProvider Component should render a basic component:
placeholder="t(curiosity-toolbar.placeholder_billing, {"context":"provider"})"
position="left"
selectedOptions="aws"
splitButtonAllowDualButtonToggle={true}
splitButtonVariant={null}
toggleIcon={null}
variant="single"
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -108,28 +108,10 @@ exports[`ToolbarFieldCategory Component should handle updating through redux sta
exports[`ToolbarFieldCategory Component should render a basic component: basic 1`] = `
<Select
aria-label="t(curiosity-toolbar.placeholder, {"context":"category"})"
ariaLabel="Select option"
buttonContent={null}
className=""
data-test="toolbarFieldCategory"
direction="down"
id="generatedid-"
isDisabled={false}
isDropdownButton={false}
isFlipEnabled={false}
isInline={true}
isToggleText={true}
maxHeight={null}
name={null}
onSelect={[Function]}
onSplitButton={null}
options={[]}
placeholder="t(curiosity-toolbar.placeholder, {"context":"category"})"
position="left"
selectedOptions={null}
splitButtonAllowDualButtonToggle={true}
splitButtonVariant={null}
toggleIcon={null}
variant="single"
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,11 @@ exports[`ToolbarFieldExport Component should handle updating export through redu
exports[`ToolbarFieldExport Component should render a basic component: basic 1`] = `
<Select
aria-label="t(curiosity-toolbar.placeholder, {"context":"export"})"
ariaLabel="Select option"
buttonContent="t(curiosity-toolbar.label, {"context":"export"})"
buttonVariant="secondary"
className=""
data-test="toolbarFieldExport"
direction="down"
id="generatedid-"
isDisabled={false}
isDropdownButton={true}
isFlipEnabled={false}
isInline={true}
isToggleText={true}
maxHeight={null}
name={null}
onSelect={[Function]}
onSplitButton={null}
options={
[
{
Expand All @@ -77,11 +66,6 @@ exports[`ToolbarFieldExport Component should render a basic component: basic 1`]
}
placeholder="t(curiosity-toolbar.placeholder, {"context":"export"})"
position="left"
selectedOptions={null}
splitButtonAllowDualButtonToggle={true}
splitButtonVariant={null}
title="t(curiosity-toolbar.placeholder, {"context":"export"})"
toggleIcon={null}
variant="single"
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,8 @@ exports[`ToolbarFieldGranularity Component should handle updating granularity th
exports[`ToolbarFieldGranularity Component should render a basic component: basic 1`] = `
<Select
aria-label="t(curiosity-toolbar.placeholder, {"context":"granularity"})"
ariaLabel="Select option"
buttonContent={null}
className=""
data-test="toolbarFieldGranularity"
direction="down"
id="generatedid-"
isDisabled={false}
isDropdownButton={false}
isFlipEnabled={false}
isInline={true}
isToggleText={true}
maxHeight={null}
name={null}
onSelect={[Function]}
onSplitButton={null}
options={
[
{
Expand Down Expand Up @@ -132,9 +119,5 @@ exports[`ToolbarFieldGranularity Component should render a basic component: basi
placeholder="t(curiosity-toolbar.placeholder, {"context":"granularity"})"
position="left"
selectedOptions="Weekly"
splitButtonAllowDualButtonToggle={true}
splitButtonVariant={null}
toggleIcon={null}
variant="single"
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,9 @@ exports[`ToolbarFieldGroupVariant Component should render a basic component: bas
</ToolbarItem>
<Select
aria-label="t(curiosity-toolbar.placeholder, {"context":"groupVariant"})"
ariaLabel="Select option"
buttonContent={null}
className=""
data-test="toolbarFieldGroupVariant"
direction="down"
id="generatedid-"
isDisabled={false}
isDropdownButton={false}
isFlipEnabled={false}
isInline={true}
isToggleText={true}
maxHeight={310}
name={null}
onSelect={[Function]}
onSplitButton={null}
options={
[
{
Expand Down Expand Up @@ -122,10 +110,6 @@ exports[`ToolbarFieldGroupVariant Component should render a basic component: bas
placeholder="t(curiosity-toolbar.placeholder, {"context":"groupVariant"})"
position="left"
selectedOptions={null}
splitButtonAllowDualButtonToggle={true}
splitButtonVariant={null}
toggleIcon={null}
variant="single"
/>
</ToolbarContent>
`;
Expand All @@ -149,21 +133,9 @@ exports[`ToolbarFieldGroupVariant Component should return a standalone component
</ToolbarItem>
<Select
aria-label="t(curiosity-toolbar.placeholder, {"context":"groupVariant"})"
ariaLabel="Select option"
buttonContent={null}
className=""
data-test="toolbarFieldGroupVariant"
direction="down"
id="generatedid-"
isDisabled={false}
isDropdownButton={false}
isFlipEnabled={false}
isInline={true}
isToggleText={true}
maxHeight={310}
name={null}
onSelect={[Function]}
onSplitButton={null}
options={
[
{
Expand All @@ -181,10 +153,6 @@ exports[`ToolbarFieldGroupVariant Component should return a standalone component
placeholder="t(curiosity-toolbar.placeholder, {"context":"groupVariant"})"
position="left"
selectedOptions={null}
splitButtonAllowDualButtonToggle={true}
splitButtonVariant={null}
toggleIcon={null}
variant="single"
/>
</ToolbarContent>
</Toolbar>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,21 +117,9 @@ exports[`ToolbarFieldRangedMonthly Component should export select options: toolb
exports[`ToolbarFieldRangedMonthly Component should handle selecting an option directly: selected option 1`] = `
<Select
aria-label="t(curiosity-toolbar.placeholder, {"context":"rangedMonthly"})"
ariaLabel="Select option"
buttonContent={null}
className=""
data-test="toolbarFieldRangeGranularity"
direction="down"
id="generatedid-"
isDisabled={false}
isDropdownButton={false}
isFlipEnabled={false}
isInline={true}
isToggleText={true}
maxHeight={250}
name={null}
onSelect={[Function]}
onSplitButton={null}
options={
[
{
Expand Down Expand Up @@ -247,11 +235,6 @@ exports[`ToolbarFieldRangedMonthly Component should handle selecting an option d
}
placeholder="t(curiosity-toolbar.placeholder, {"context":"rangedMonthly"})"
position="left"
selectedOptions={null}
splitButtonAllowDualButtonToggle={true}
splitButtonVariant={null}
toggleIcon={null}
variant="single"
/>
`;

Expand Down Expand Up @@ -320,21 +303,9 @@ exports[`ToolbarFieldRangedMonthly Component should handle updating granularity
exports[`ToolbarFieldRangedMonthly Component should render a basic component: basic 1`] = `
<Select
aria-label="t(curiosity-toolbar.placeholder, {"context":"rangedMonthly"})"
ariaLabel="Select option"
buttonContent={null}
className=""
data-test="toolbarFieldRangeGranularity"
direction="down"
id="generatedid-"
isDisabled={false}
isDropdownButton={false}
isFlipEnabled={false}
isInline={true}
isToggleText={true}
maxHeight={250}
name={null}
onSelect={[Function]}
onSplitButton={null}
options={
[
{
Expand Down Expand Up @@ -450,10 +421,5 @@ exports[`ToolbarFieldRangedMonthly Component should render a basic component: ba
}
placeholder="t(curiosity-toolbar.placeholder, {"context":"rangedMonthly"})"
position="left"
selectedOptions={null}
splitButtonAllowDualButtonToggle={true}
splitButtonVariant={null}
toggleIcon={null}
variant="single"
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -289,21 +289,8 @@ exports[`ToolbarFieldSelectCategory Component should handle updating categories
exports[`ToolbarFieldSelectCategory Component should render a basic component: basic 1`] = `
<Select
aria-label="t(curiosity-toolbar.placeholder, {"context":"filter"})"
ariaLabel="Select option"
buttonContent={null}
className=""
data-test="toolbarFieldCategory"
direction="down"
id="generatedid-"
isDisabled={false}
isDropdownButton={false}
isFlipEnabled={false}
isInline={true}
isToggleText={true}
maxHeight={null}
name={null}
onSelect={[Function]}
onSplitButton={null}
options={
[
{
Expand Down Expand Up @@ -346,12 +333,8 @@ exports[`ToolbarFieldSelectCategory Component should render a basic component: b
]
}
placeholder="t(curiosity-toolbar.placeholder, {"context":"filter"})"
position="left"
selectedOptions="sla"
splitButtonAllowDualButtonToggle={true}
splitButtonVariant={null}
toggleIcon={<FilterIcon />}
variant="single"
/>
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,8 @@ exports[`ToolbarFieldSla Component should handle updating sla through redux stat
exports[`ToolbarFieldSla Component should render a basic component: basic 1`] = `
<Select
aria-label="t(curiosity-toolbar.placeholder, {"context":"sla"})"
ariaLabel="Select option"
buttonContent={null}
className=""
data-test="toolbarFieldSla"
direction="down"
id="generatedid-"
isDisabled={false}
isDropdownButton={false}
isFlipEnabled={false}
isInline={true}
isToggleText={true}
maxHeight={null}
name={null}
onSelect={[Function]}
onSplitButton={null}
options={
[
{
Expand Down Expand Up @@ -108,9 +95,5 @@ exports[`ToolbarFieldSla Component should render a basic component: basic 1`] =
placeholder="t(curiosity-toolbar.placeholder, {"context":"sla"})"
position="left"
selectedOptions="Standard"
splitButtonAllowDualButtonToggle={true}
splitButtonVariant={null}
toggleIcon={null}
variant="single"
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,8 @@ exports[`ToolbarFieldSla Component should handle updating usage through redux st
exports[`ToolbarFieldSla Component should render a basic component: basic 1`] = `
<Select
aria-label="t(curiosity-toolbar.placeholder, {"context":"usage"})"
ariaLabel="Select option"
buttonContent={null}
className=""
data-test="toolbarFieldUsage"
direction="down"
id="generatedid-"
isDisabled={false}
isDropdownButton={false}
isFlipEnabled={false}
isInline={true}
isToggleText={true}
maxHeight={null}
name={null}
onSelect={[Function]}
onSplitButton={null}
options={
[
{
Expand Down Expand Up @@ -108,9 +95,5 @@ exports[`ToolbarFieldSla Component should render a basic component: basic 1`] =
placeholder="t(curiosity-toolbar.placeholder, {"context":"usage"})"
position="left"
selectedOptions="Development/Test"
splitButtonAllowDualButtonToggle={true}
splitButtonVariant={null}
toggleIcon={null}
variant="single"
/>
`;

0 comments on commit 33cd870

Please sign in to comment.