juanpb96 / FEM_space-tourism-website

A space website created with React + TypeScript
https://juanbonilla.me/FEM_space-tourism-website/
0 stars 0 forks source link

[Bugfix] - Fix chromatic deployment for Navigation bar failing test #28

Open juanpb96 opened 5 months ago

juanpb96 commented 5 months ago

Description

This story threw an error after it finished rendering which means interactions may not have been executed fully.

Tasks

Notes

Chromatic differs from Storybook viewport parameters. This guide explains how to configure the project and stories to let Chromatic know how to run interaction tests that depend on the viewport size.

It is important to consider that each value added to the array of viewports will represent a new story. Each story will receive those values as the screen size, therefore, stories are created for each value passed in the array of viewports.