Skip to content

Commit

Permalink
chore: Merge prerelease/minor into prerelease/major [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBoll committed Aug 23, 2024
2 parents deb1fdc + 1e0bc45 commit 6fd4528
Show file tree
Hide file tree
Showing 65 changed files with 1,251 additions and 4,542 deletions.
8 changes: 4 additions & 4 deletions cypress/integration/Avatar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ describe('Avatar', () => {
h.stories.visit();
});

context('given default avatar light is rendered', () => {
context('given default avatar is rendered', () => {
beforeEach(() => {
h.stories.load('Components/Indicators/Avatar/Default', 'Light');
h.stories.load('Components/Indicators/Avatar', 'Basic');
});

it('should not have any axe errors', () => {
Expand All @@ -17,7 +17,7 @@ describe('Avatar', () => {

context('given avatar button light is rendered', () => {
beforeEach(() => {
h.stories.load('Components/Indicators/Avatar Button/Default', 'Light');
h.stories.load('Components/Indicators/Avatar', 'Button');
});

it('should not have any axe errors', () => {
Expand All @@ -27,7 +27,7 @@ describe('Avatar', () => {

context('given avatar button image is rendered', () => {
beforeEach(() => {
h.stories.load('Components/Indicators/Avatar/Avatar Button', 'Image');
h.stories.load('Components/Indicators/Avatar/Avatar', 'Image');
});

it('should not have any axe errors', () => {
Expand Down
Loading

0 comments on commit 6fd4528

Please sign in to comment.