Skip to content

Commit

Permalink
Try using HTML element ID for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benefacto committed Dec 28, 2023
1 parent 879446d commit 802a57d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- '**'

jobs:
# TODO: Add something like https://github.com/JakePartusch/wait-for-netlify-action
test:
timeout-minutes: 60
runs-on: ubuntu-latest
Expand All @@ -32,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: W3DevTeam/TezosHomebaseTests
repository: dOrgTech/homebase-app-tests
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion src/modules/explorer/pages/DAOList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const DAOList: React.FC = () => {
</Grid>
<Grid item>
<Link underline="none" href={`/creator`}>
<MainButton variant="contained" color="secondary">
<MainButton id="playwright-key-create-dao-button" variant="contained" color="secondary">
Create DAO
</MainButton>
</Link>
Expand Down

0 comments on commit 802a57d

Please sign in to comment.