-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Pagination): add qa attributes (#1438)
- Loading branch information
Vladimir Chernitsyn
authored
Mar 21, 2024
1 parent
db09f93
commit 785079a
Showing
5 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const PaginationQa = { | ||
PaginationPageSizer: 'pagination-page-sizer', | ||
PaginationPageSizerOption: 'pagination-page-sizer-option', | ||
PaginationInput: 'pagination-input', | ||
PaginationPage: 'pagination-page', | ||
PaginationButtonFirst: 'pagination-button-first', | ||
PaginationButtonPrevious: 'pagination-button-previous', | ||
PaginationButtonNext: 'pagination-button-next', | ||
}; |