-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the openPortSelectorMenuButton accessibility identifier to ... buttons #7282
Add the openPortSelectorMenuButton accessibility identifier to ... buttons #7282
Conversation
47d9d3c
to
2453ed0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 3 files reviewed, 5 unresolved discussions (waiting on @acb-mv)
ios/MullvadVPNUITests/Pages/VPNSettingsPage.swift
line 62 at r1 (raw file):
} @discardableResult func tapUDPOverTCPPortSelectorButton() -> Self {
these should be revoked instead of the former ones
ios/MullvadVPNUITests/Pages/VPNSettingsPage.swift
line 74 at r1 (raw file):
} // this button no longer exists
these codes and usages should be removed from here and SettingsMigrationTests
ios/MullvadVPNUITests/Pages/VPNSettingsPage.swift
line 82 at r1 (raw file):
// this button no longer exists @discardableResult func tapUDPOverTCPPortAutomaticCell() -> Self {
same above
ios/MullvadVPNUITests/Pages/VPNSettingsPage.swift
line 88 at r1 (raw file):
} // this button no longer exists
same above
ios/MullvadVPNUITests/Pages/VPNSettingsPage.swift
line 95 at r1 (raw file):
} // this button no longer exists
same above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 3 files reviewed, 5 unresolved discussions (waiting on @mojganii)
ios/MullvadVPNUITests/Pages/VPNSettingsPage.swift
line 62 at r1 (raw file):
Previously, mojganii wrote…
these should be revoked instead of the former ones
I will do so in a subsequent PR.
ios/MullvadVPNUITests/Pages/VPNSettingsPage.swift
line 74 at r1 (raw file):
Previously, mojganii wrote…
these codes and usages should be removed from here and
SettingsMigrationTests
They will be in a subsequent PR; I am keeping the old tests which no longer work to crib from for writing the new tests.
ios/MullvadVPNUITests/Pages/VPNSettingsPage.swift
line 82 at r1 (raw file):
Previously, mojganii wrote…
same above
Noted
ios/MullvadVPNUITests/Pages/VPNSettingsPage.swift
line 88 at r1 (raw file):
Previously, mojganii wrote…
same above
Noted
ios/MullvadVPNUITests/Pages/VPNSettingsPage.swift
line 95 at r1 (raw file):
Previously, mojganii wrote…
same above
Noted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 3 files reviewed, 5 unresolved discussions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: all files reviewed, 5 unresolved discussions (waiting on @mojganii)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 3 files at r1, all commit messages.
Reviewable status: all files reviewed, 5 unresolved discussions (waiting on @mojganii)
2453ed0
to
ccaf4ed
Compare
🚨 End to end tests failed. Please check the failed workflow run. |
🚨 End to end tests failed. Please check the failed workflow run. |
... in VPN Settings
This creates a new
AccessibilityIdentifier
named.openPortSelectorMenuButton
and sets the "..." button, for calling up the port selector menu in obfuscation method cells, to have it. It also refactorsVPNSettingsPage
, combining the logic for tapping disclosure cells with that for tapping this button.This change is