Fix A11y tests (#5104)
* replace NavigationStack with ElementNavigationStack to allow the content to be rendered without a NavigationStack in a11y tests * fix a11y tests * update xcodeproject * swiftformat fix * use iOS 26.1 for CI * use a wrapper to solve the issue for a11y tests * ElementNavigationStack only uses the trick in DEBUG mode, and added a swiftlint rule to prevent the usage of NavigationStack
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"Notification" = "Notification";
|
||||
"a11y_add_reaction" = "Add reaction: %1$@";
|
||||
"a11y_address" = "Address";
|
||||
"a11y_avatar" = "Avatar";
|
||||
"a11y_collapse_message_text_field" = "Minimise message text field";
|
||||
"a11y_delete" = "Delete";
|
||||
@@ -22,6 +23,7 @@
|
||||
"a11y_poll_end" = "Ended poll";
|
||||
"a11y_polls_will_remove_selection" = "Will remove previous selection";
|
||||
"a11y_polls_winning_answer" = "This is the winning answer";
|
||||
"a11y_qr_code" = "QR Code";
|
||||
"a11y_react_with" = "React with %1$@";
|
||||
"a11y_react_with_other_emojis" = "React with other emojis";
|
||||
"a11y_read_receipts_multiple" = "Read by %1$@ and %2$@";
|
||||
|
||||
Reference in New Issue
Block a user