Skip to content

Commit

Permalink
feat(styles): changed orderedlist variable name to list
Browse files Browse the repository at this point in the history
  • Loading branch information
veyaromain committed Nov 12, 2024
1 parent 91800cd commit a1e2593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/documentation/cypress/e2e/components/list.cy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
describe('List', () => {
describe('Accessibility', () => {
beforeEach(() => {
cy.visit('/iframe.html?id=snapshots--ordered-list');
cy.visit('/iframe.html?id=snapshots--list');
cy.get('ol', { timeout: 30000 }).should('be.visible');
cy.injectAxe();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {

type Story = StoryObj;

export const OrderedList: Story = {
export const List: Story = {
render: () => {
return html`
<div class="d-flex">
Expand Down

0 comments on commit a1e2593

Please sign in to comment.