Skip to content

fix(Tooltip): fixed alignment issue for checkbox tooltip #45

fix(Tooltip): fixed alignment issue for checkbox tooltip

fix(Tooltip): fixed alignment issue for checkbox tooltip #45

name: Storybook Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
# Make sure to grab the latest version of the Playwright image
# https://playwright.dev/docs/docker#pull-the-image
image: mcr.microsoft.com/playwright:v1.54.1-noble
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22.12.0
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test-storybook