rootstrap/RSFormView

View on GitHub
FullFormExample/RSFormViewExampleAppUITests/RSFormViewExampleAppUITests.swift

Summary

Maintainability
A
2 hrs
Test Coverage

Function testForm has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  func testForm() {
    app.launch()
    let emailTextField = app.textField(with: "EMAIL")
    emailTextField.tap()
    emailTextField.typeText("german.stabile")

    There are no issues that match your filters.

    Category
    Status