diff --git a/cypress/component/FormField.spec.tsx b/cypress/component/FormField.spec.tsx index 0a73c27780..e5f059419e 100644 --- a/cypress/component/FormField.spec.tsx +++ b/cypress/component/FormField.spec.tsx @@ -38,7 +38,7 @@ describe('Form Field', () => { }); }); - it.only('should link the input to the label name', () => { + it('should link the input to the label name', () => { cy.get('input').should('have.ariaLabel', 'First Name'); }); diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts index 5f9d3490e7..9fac2d002b 100644 --- a/cypress/support/commands.ts +++ b/cypress/support/commands.ts @@ -137,7 +137,6 @@ export const haveAriaLabel = (text: string) => ($target: JQuery) => { expect($labelledEl).to.have.text(text); } else if ($target.attr('id')) { const id = $target.attr('id'); - console.log('id', id); const $labelledEl = Cypress.$(`label[for="${id}"]`); if (!$labelledEl.length) { throw Error( diff --git a/modules/codemod/lib/v7/recategorizeIconButtons.ts b/modules/codemod/lib/v7/recategorizeIconButtons.ts index c94e04f3c3..d0035aa163 100644 --- a/modules/codemod/lib/v7/recategorizeIconButtons.ts +++ b/modules/codemod/lib/v7/recategorizeIconButtons.ts @@ -185,7 +185,6 @@ export default function transformer(file: FileInfo, api: API, options: Options) } } }); - console.log(node.specifiers?.length); // if we removed all specifiers, remove the import if (!node.specifiers?.length) { diff --git a/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx b/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx index 41a929cd5c..0df0ec4ecf 100644 --- a/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx +++ b/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx @@ -45,16 +45,17 @@ A note to the reader: - [Component Updates](#component-updates) - [Styling API and CSS Tokens](#styling-api-and-css-tokens) - [Avatar](#avatar) + - [Collections](#collections) - [Combobox](#combmbox) - [Form Field](#form-field) - [Form Field Group](#form-field-group) - [Form Field Field](#form-field-field) - [Menu Item](#menu-item) + - [MultiSelect](#multiselect) - [Search Form](#search-form) - [Select](#select) - [Text Area](#text-area) - [Text Input](#text-input) - - [Collections](#collections) - [Utility Updates](#utility-updates) - [Troubleshooting](#troubleshooting) - [Glossary](#glossary) @@ -489,9 +490,9 @@ this sub-component when using `FormField`. This component also exists on `FormFi ### Menu Item -**PR: ** [2969](https://github.com/Workday/canvas-kit/pull/2969) +**PR:** [2969](https://github.com/Workday/canvas-kit/pull/2969) -`Menu.Item` was converted to use Stencils for styling and uses SystemIcon stencil variables to +`Menu.Item` was converted to use Stencils for styling and uses `SystemIcon` stencil variables to change icon color instead of deeply nested selectors. We also added `Menu.Option` component for menus that have a selected visual state. `Menu.Option` will need more accessibility affordances that depend on the nature of your use of the `Menu` component. For example, `` and `