Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
selbekk committed Aug 26, 2024
1 parent 498764d commit 7963ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const SaligKaosFungererOgså: Story = {
},
play: async ({ canvasElement, step }) => {
const { linkEls, root } = elemsfinder(canvasElement);
await step('§ uten mellomrom etter blir korrekt', async () => {
await step('Salig kaos fungerer også', async () => {
await expect(linkEls()).toHaveLength(3);
const [firstLink, secondLink, thirdLink] = linkEls();
await expect(firstLink).toHaveTextContent('9-1');
Expand Down

0 comments on commit 7963ad2

Please sign in to comment.