Skip to content

refactor(page-objects): use getters instead of methods when no parame… #98

refactor(page-objects): use getters instead of methods when no parame…

refactor(page-objects): use getters instead of methods when no parame… #98

Workflow file for this run

name: ci
on:
push:
branches: [main]
jobs:
build:
needs: e2e-tests
uses: './.github/workflows/build.yml'
with:
docPath: main
docPublish: true
e2e-tests:
uses: './.github/workflows/e2e-tests.yml'