Skip to content

Commit

Permalink
modified assertions to check
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-geneva-parayno committed Jun 10, 2024
1 parent 917a7d9 commit 8099a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PIA-VPN_E2E_Tests/Screens/VPNPermissionScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ extension XCUIApplication {
XCTAssert(!loginUsernameTextField.exists, "loginUsernameTextField still visible")

Check failure on line 19 in PIA-VPN_E2E_Tests/Screens/VPNPermissionScreen.swift

View workflow job for this annotation

GitHub Actions / build

onboarding vpn permission tests, vpn profile installation permission, should display the home screen after allowing vpn profile installation, XCTAssertTrue failed - loginUsernameTextField still visible

Check failure on line 19 in PIA-VPN_E2E_Tests/Screens/VPNPermissionScreen.swift

View workflow job for this annotation

GitHub Actions / build

onboarding vpn permission tests, vpn profile installation permission, should display the home screen after allowing vpn profile installation, XCTAssertTrue failed - loginUsernameTextField still visible

Check failure on line 19 in PIA-VPN_E2E_Tests/Screens/VPNPermissionScreen.swift

View workflow job for this annotation

GitHub Actions / build

settings tests, updated settings for each category, should revert changes made on to default value after logging out and logging back in, XCTAssertTrue failed - loginUsernameTextField still visible

Check failure on line 19 in PIA-VPN_E2E_Tests/Screens/VPNPermissionScreen.swift

View workflow job for this annotation

GitHub Actions / build

server connection tests, when the user navigates to homescreen upon logging in, should display the vpn server defaulted to 'Automatic', XCTAssertTrue failed - loginUsernameTextField still visible
vpnPermissionLabel.waitForElementToAppear()
vpnPermissionButton.waitForElementToAppear()
XCTAssert(!loginUsernameTextField.exists, "loginUsernameTextField still visible")
XCTAssert(vpnPermissionButton.exists, "vpnPermissionButton does not exist")
vpnPermissionButton.tap()
connectionButton.waitForElementToAppear()
Expand Down

0 comments on commit 8099a58

Please sign in to comment.