Skip to content
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 Xcode 11.1 and 11.2 to the test matrix #108

Merged
merged 1 commit into from
Nov 6, 2019

Conversation

AndreyMaslennikov
Copy link
Contributor

In this PR we added Xcode 11.1 and Xcode 11.2 to the ios-smoke-test-app test matrix in ADO pipeline

@jmoody jmoody self-requested a review October 29, 2019 08:43
Copy link
Contributor

@jmoody jmoody left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have noticed that this test is not passing on Xcode 11.2.

@rotation
Feature: Rotation
In order test my app in all orientations
As a developer
I want Calabash to be able to rotate my app

  # In order for Calabash to be able to rotate your app,
  # your app's view controller must respond to orientation
  # changes.
  #
  # Enumerating the various things you need to do to enable
  # rotation for all the support iOS versions is beyond the
  # scope of this documentation.
  #
  # This app supports rotation on at least one view controller.
  #
  # Rotation is exhaustively tested in the Briar iOS example.
  # https://github.com/jmoody/briar-ios-example
  Scenario: Controller does not respond to orientation changes # features/rotation.feature:20
    Given I see the controls tab                               # features/step_definitions/shared_steps.rb:1
      
      Waited 4 seconds for
       query("* marked:'controls page'")
      to match a view.
       (RuntimeError)
      ./features/step_definitions/shared_steps.rb:26:in `rescue in block in <top (required)>'
      ./features/step_definitions/shared_steps.rb:21:in `/^I see the (controls|gestures|scrolls|special|date picker) tab$/'
      features/rotation.feature:21:in `Given I see the controls tab'

@ivan-nosar
Copy link
Contributor

Yeah, we already working on fixing of Xcode 11.2 issue in scope of another work item. We will merge current PR once we resolve these failures.

@AndreyMaslennikov AndreyMaslennikov merged commit fb670be into master Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants