Skip to content

Commit

Permalink
Change question base page configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
petechd committed Jan 15, 2025
1 parent 7951454 commit a173fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/base_pages/question.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class QuestionBasePage extends BasePage {
}

errorNumber(number = 1) {
return `[data-qa="error-link-${number}"]`;
return `[data-qa="error-link-${number}"] > a`;
}

cancelAndReturn() {
Expand Down

0 comments on commit a173fa6

Please sign in to comment.