Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored Feb 26, 2025
1 parent 3a6d1f7 commit 9df8435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/po/components/tabbed.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class TabbedPo extends ComponentPo {
}

getTab(name: string) {
return new ComponentPo(`[data-testid="${ name }"]`, this.self());
return new ComponentPo(`[data-testid="${ name }"]`, this.self());
}

/**
Expand Down

0 comments on commit 9df8435

Please sign in to comment.