Skip to content

Commit

Permalink
Merge branch 'main' into issue-15885
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Mar 6, 2024
2 parents 1fd5555 + 6bd58e6 commit 9b2fe5b
Show file tree
Hide file tree
Showing 87 changed files with 158 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'packages/**/yarn.lock') }}
- name: Install dependencies
run: yarn install --immutable --immutable-cache
- uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd #v3.0.0
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
with:
filters: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea #v3.24.5
uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 #v3.24.6
with:
languages: javascript

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea #v3.24.5
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 #v3.24.6
2 changes: 1 addition & 1 deletion .github/workflows/v10-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn install --immutable --immutable-cache
- uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd #v3.0.0
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/AspectRatio/AspectRatio-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('AspectRatio @avt', () => {
test.describe('@avt AspectRatio', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'AspectRatio',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/Breadcrumb/Breadcrumb-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { expect, test } from '@playwright/test';
import { visitStory } from '../../test-utils/storybook';

test.describe('breadcrumb @avt', () => {
test.describe('@avt Breadcrumb', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'Breadcrumb',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/Button/Button-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('Button @avt', () => {
test.describe('@avt Button', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'Button',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/ChatButton/ChatButton-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('ChatButton @avt', () => {
test.describe('@avt ChatButton', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'Button',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/Checkbox/Checkbox-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { expect, test } from '@playwright/test';
import { visitStory } from '../../test-utils/storybook';

test.describe('Checkbox @avt', () => {
test.describe('@avt Checkbox', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'Checkbox',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/ClassPrefix/ClassPrefix-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('ClassPrefix @avt', () => {
test.describe('@avt ClassPrefix', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'ClassPrefix',
Expand Down
8 changes: 4 additions & 4 deletions e2e/components/CodeSnippet/CodeSnippet-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('CodeSnippet @avt', () => {
test.describe('@avt CodeSnippet', () => {
test('@avt-default-state inline', async ({ page }) => {
await visitStory(page, {
component: 'CodeSnippet',
Expand Down Expand Up @@ -84,7 +84,7 @@ test.describe('CodeSnippet @avt', () => {
await expect(page).toHaveNoACViolations('CodeSnippet skeleton');
});

test('inline @avt-keyboard-nav', async ({ page }) => {
test('@avt-keyboard-nav inline', async ({ page }) => {
await visitStory(page, {
component: 'CodeSnippet',
id: 'components-codesnippet--inline',
Expand All @@ -103,7 +103,7 @@ test.describe('CodeSnippet @avt', () => {
await expect(page.getByRole('tooltip')).toHaveText('Copied to clipboard');
});

test('multiline @avt-keyboard-nav', async ({ page }) => {
test('@avt-keyboard-nav multiline', async ({ page }) => {
await visitStory(page, {
component: 'CodeSnippet',
id: 'components-codesnippet--multiline',
Expand All @@ -130,7 +130,7 @@ test.describe('CodeSnippet @avt', () => {
await expect(page.getByText('Show more')).not.toBeVisible();
});

test('singleline @avt-keyboard-nav', async ({ page }) => {
test('@avt-keyboard-nav singleline', async ({ page }) => {
await visitStory(page, {
component: 'CodeSnippet',
id: 'components-codesnippet--singleline',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/ComboBox/ComboBox-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('ComboBox @avt', () => {
test.describe('@avt ComboBox', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'ComboBox',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/ComboButton/ComboButton-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { expect, test } from '@playwright/test';
import { visitStory } from '../../test-utils/storybook';

test.describe('ComboButton @avt', () => {
test.describe('@avt ComboButton', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'ComboButton',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/ComposedModal/ComposedModal-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('ComposedModal @avt', () => {
test.describe('@avt ComposedModal', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'ComposedModal',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/ContainedList/ContainedList-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { expect, test } from '@playwright/test';
import { visitStory } from '../../test-utils/storybook';

test.describe('ContainedList @avt', () => {
test.describe('@avt ContainedList', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'ContainedList',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { expect, test } from '@playwright/test';
import { visitStory } from '../../test-utils/storybook';

test.describe('ContentSwitcher @avt', () => {
test.describe('@avt ContentSwitcher', () => {
test('@avt-default-state ContentSwitcher', async ({ page }) => {
await visitStory(page, {
component: 'ContentSwitcher',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/CopyButton/CopyButton-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { expect, test } from '@playwright/test';
import { visitStory } from '../../test-utils/storybook';

test.describe('CopyButton @avt', () => {
test.describe('@avt CopyButton', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'CopyButton',
Expand Down
20 changes: 10 additions & 10 deletions e2e/components/DataTable/DataTable-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('DataTable @avt', () => {
test.describe('basic', () => {
test.describe('@avt DataTable', () => {
test.describe('@avt basic', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'DataTable',
Expand All @@ -38,7 +38,7 @@ test.describe('DataTable @avt', () => {
});
});

test.describe('batch actions', () => {
test.describe('@avt batch actions', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'DataTable',
Expand All @@ -53,7 +53,7 @@ test.describe('DataTable @avt', () => {
});
});

test.describe('dynamic', () => {
test.describe('@avt dynamic', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'DataTable',
Expand Down Expand Up @@ -175,7 +175,7 @@ test.describe('DataTable @avt', () => {
});
});

test.describe('expansion', () => {
test.describe('@avt expansion', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'DataTable',
Expand All @@ -202,7 +202,7 @@ test.describe('DataTable @avt', () => {
});
});

test.describe('filtering', () => {
test.describe('@avt filtering', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'DataTable',
Expand All @@ -217,7 +217,7 @@ test.describe('DataTable @avt', () => {
});
});

test.describe('selection', () => {
test.describe('@avt selection', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'DataTable',
Expand Down Expand Up @@ -258,7 +258,7 @@ test.describe('DataTable @avt', () => {
});
});

test.describe('skeleton', () => {
test.describe('@avt skeleton', () => {
test('@avt-default-state skeleton', async ({ page }) => {
await visitStory(page, {
component: 'DataTable',
Expand All @@ -273,7 +273,7 @@ test.describe('DataTable @avt', () => {
});
});

test.describe('sorting', () => {
test.describe('@avt sorting', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'DataTable',
Expand All @@ -288,7 +288,7 @@ test.describe('DataTable @avt', () => {
});
});

test.describe('toolbar', () => {
test.describe('@avt toolbar', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'DataTable',
Expand Down
14 changes: 7 additions & 7 deletions e2e/components/DatePicker/DatePicker-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('DatePicker @avt', () => {
test.describe('@avt DatePicker', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'DatePicker',
Expand All @@ -22,7 +22,7 @@ test.describe('DatePicker @avt', () => {
await expect(page).toHaveNoACViolations('DatePicker');
});

test('range @avt-advanced-states', async ({ page }) => {
test('@avt-advanced-states range', async ({ page }) => {
await visitStory(page, {
component: 'DatePicker',
id: 'components-datepicker--range',
Expand All @@ -33,7 +33,7 @@ test.describe('DatePicker @avt', () => {
await expect(page).toHaveNoACViolations('DatePicker-Range');
});

test('disabled @avt-advanced-states', async ({ page }) => {
test('@avt-advanced-states disabled', async ({ page }) => {
await visitStory(page, {
component: 'DatePicker',
id: 'components-datepicker--playground',
Expand All @@ -50,7 +50,7 @@ test.describe('DatePicker @avt', () => {
});

// skipping for now due to accessibility violation
test('skeleton @avt-advanced-states', async ({ page }) => {
test('@avt-advanced-states skeleton', async ({ page }) => {
await visitStory(page, {
component: 'DatePicker',
id: 'components-datepicker--skeleton',
Expand All @@ -63,7 +63,7 @@ test.describe('DatePicker @avt', () => {
});

// skipping for now due to accessibility violation
test('open @avt-advanced-states', async ({ page }) => {
test('@avt-advanced-states open', async ({ page }) => {
await visitStory(page, {
component: 'DatePicker',
id: 'components-datepicker--playground',
Expand All @@ -78,7 +78,7 @@ test.describe('DatePicker @avt', () => {
await expect(page).toHaveNoACViolations('DatePicker-Open');
});

test('simple state @avt-keyboard-nav', async ({ page }) => {
test('@avt-keyboard-nav simple state', async ({ page }) => {
await visitStory(page, {
component: 'DatePicker',
id: 'components-datepicker--single-with-calendar',
Expand All @@ -104,7 +104,7 @@ test.describe('DatePicker @avt', () => {
);
});

test('range state @avt-keyboard-nav', async ({ page }) => {
test('@avt-keyboard-nav range state', async ({ page }) => {
await visitStory(page, {
component: 'DatePicker',
id: 'components-datepicker--range-with-calendar',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('DefinitionTooltip @avt', () => {
test.describe('@avt DefinitionTooltip', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'DefinitionTooltip',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/Dropdown/Dropdown-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('Dropdown @avt', () => {
test.describe('@avt Dropdown', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'Dropdown',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/ErrorBoundary/ErrorBoundary-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('ErrorBoundary @avt', () => {
test.describe('@avt ErrorBoundary', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'ErrorBoundary',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/FileUploader/FileUploader-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');
const path = require('path');

test.describe('FileUploader @avt', () => {
test.describe('@avt FileUploader', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'FileUploader',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/FlexGrid/FlexGrid-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('FlexGrid @avt', () => {
test.describe('@avt FlexGrid', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'FlexGrid',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/FluidComboBox/FluidComboBox-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('FluidComboBox @avt', () => {
test.describe('@avt FluidComboBox', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'FluidComboBox',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('FluidDatePicker @avt', () => {
test.describe('@avt FluidDatePicker', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'FluidDatePicker',
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/FluidDropdown/FluidDropdown-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const { expect, test } = require('@playwright/test');
const { visitStory } = require('../../test-utils/storybook');

test.describe('FluidDropdown @avt', () => {
test.describe('@avt FluidDropdown', () => {
test('@avt-default-state', async ({ page }) => {
await visitStory(page, {
component: 'FluidDropdown',
Expand Down
Loading

0 comments on commit 9b2fe5b

Please sign in to comment.