Skip to content

Conversation

agentran
Copy link
Contributor

@agentran agentran commented Jan 8, 2023

Change list

Please provide briefly described change list which are you going to propose.

Types of changes

What types of changes are you proposing/introducing to .NET client?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • New feature (non-breaking change which adds value to the project)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Documentation

  • Have you proposed a file change/ PR with appium to update documentation?

This can be done by navigating to the documentation section on http://appium.io selecting the appropriate command/endpoint and clicking the 'Edit this doc' link to update the C# example

Integration tests

  • Have you provided integration tests to pass against the beta version of appium? (for Bugfix or New feature)

Details

Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they
work and possible use cases. Also you can create gists with pasted C# code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 8, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@agentran agentran changed the title activate app with timeout feat: activate app with timeout Jan 8, 2023
@agentran
Copy link
Contributor Author

agentran commented Jan 8, 2023

@Dor-bl Please note that the CLA was already signed before, I don't know why it does not update.

@Dor-bl
Copy link
Collaborator

Dor-bl commented Jan 8, 2023

From where did you created the PR?
Maybe there is a conflict with the username you use when pushing the changes.
@akinsolb maybe you came across this in the past?

@agentran
Copy link
Contributor Author

agentran commented Jan 8, 2023

@Dor-bl I used the same user, created a fork merge request using github. (same as I did before)

@Dor-bl
Copy link
Collaborator

Dor-bl commented Jan 8, 2023

@agentran
Copy link
Contributor Author

agentran commented Jan 8, 2023

@Dor-bl Resolved.

@Dor-bl Dor-bl linked an issue Jan 13, 2023 that may be closed by this pull request
@agentran
Copy link
Contributor Author

hey @Dor-bl, can we please approve this pr?

@Dor-bl
Copy link
Collaborator

Dor-bl commented Jan 31, 2023

Sure, just you have one open review. Once you replay I will approve

@agentran
Copy link
Contributor Author

which review is open?

@Dor-bl
Copy link
Collaborator

Dor-bl commented Jan 31, 2023

This one #579 (comment)

@agentran
Copy link
Contributor Author

agentran commented Feb 6, 2023

hey @Dor-bl
looks like there is an issue with the test suite itself, at least locally tests are not working.
also I can't seem to find that comment on the PR itself, github is being weird about it 🤔

@Dor-bl
Copy link
Collaborator

Dor-bl commented Feb 12, 2023

@agentran can you open a new issue for the test suite that is not working for iOS?
I'll merge this PR.

public void CanActivateAppWithTimeoutTest()
{
//Activate an app to foreground
Assert.DoesNotThrow(() => _driver.ActivateApp(IosTestAppBundleId, TimeSpan.FromSeconds(20)));
Copy link
Collaborator

Choose a reason for hiding this comment

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

BTW @agentran , did you checked that iosTeatAppBudleId works? i have no access to ios simulator currently.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@agentran please refer to this before I approve the PR

Copy link
Collaborator

Choose a reason for hiding this comment

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

@agentran will be handled on a separate PR to fix iOS AppTests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add the ability to activate the app with timeout

2 participants