Unchanged files with check annotations Beta

import Foundation
import MullvadTypes
extension URLSessionTask: Cancellable {}

Check warning on line 12 in ios/MullvadREST/Transport/Direct/URLSessionTransport.swift

View workflow job for this annotation

GitHub Actions / Unit tests

extension declares a conformance of imported type 'URLSessionTask' to imported protocol 'Cancellable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future

Check warning on line 12 in ios/MullvadREST/Transport/Direct/URLSessionTransport.swift

View workflow job for this annotation

GitHub Actions / Unit tests

extension declares a conformance of imported type 'URLSessionTask' to imported protocol 'Cancellable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future

Check warning on line 12 in ios/MullvadREST/Transport/Direct/URLSessionTransport.swift

View workflow job for this annotation

GitHub Actions / Unit tests

extension declares a conformance of imported type 'URLSessionTask' to imported protocol 'Cancellable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future

Check warning on line 12 in ios/MullvadREST/Transport/Direct/URLSessionTransport.swift

View workflow job for this annotation

GitHub Actions / Unit tests

extension declares a conformance of imported type 'URLSessionTask' to imported protocol 'Cancellable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
public final class URLSessionTransport: RESTTransport {
public var name: String {
}
@discardableResult func enterText(_ text: String) -> Self {
app.typeText(text)

Check failure on line 32 in ios/MullvadVPNUITests/Pages/Page.swift

View workflow job for this annotation

GitHub Actions / Screenshot tests

testTakeScreenshotOfAccount, Failed to synthesize event: Neither element nor any descendant has keyboard focus. Event dispatch snapshot: Application, pid: 20785, label: 'Mullvad VPN'
return self
}
@discardableResult public func waitForAccountNumberSubmitButton() -> Self {
let submitButtonExist = app.buttons[AccessibilityIdentifier.loginTextFieldButton]
.waitForExistence(timeout: BaseUITestCase.defaultTimeout)
XCTAssertTrue(submitButtonExist, "Account number submit button shown")

Check failure on line 28 in ios/MullvadVPNUITests/Pages/LoginPage.swift

View workflow job for this annotation

GitHub Actions / reuse-e2e-workflow / Run tests (RelayTests)

testConnectionRetryLogic, XCTAssertTrue failed - Account number submit button shown

Check failure on line 28 in ios/MullvadVPNUITests/Pages/LoginPage.swift

View workflow job for this annotation

GitHub Actions / reuse-e2e-workflow / Run tests (RelayTests)

testDAITASettings, XCTAssertTrue failed - Account number submit button shown

Check failure on line 28 in ios/MullvadVPNUITests/Pages/LoginPage.swift

View workflow job for this annotation

GitHub Actions / reuse-e2e-workflow / Run tests (RelayTests)

testWireGuardOverShadowsocksCustomPort, XCTAssertTrue failed - Account number submit button shown
return self
}