Skip to content

Conversation

maxkosty
Copy link
Collaborator

@maxkosty maxkosty commented May 13, 2025

iOS skipped for now because "Add to Cart" button stopped working

Testing

https://app.saucelabs.com/tests/8bfe1292553f46c4ad8378785fd3ce87
https://demo.sentry.io/explore/replays/2855242d1f42441b856004d3e658a016/?referrer=%2Fissues%2F%3AgroupId%2F&t=0&t_main=errors
https://demo.sentry.io/issues/6610788743/events/81147e8478284bd2bdc7158fb9d1a869/

python3 -m pytest mobile_native/dotnet-maui-android
============================================================== test session starts ===============================================================
platform darwin -- Python 3.13.3, pytest-7.4.2, pluggy-1.5.0
rootdir: /Users/kosty/home/emp3/tda
plugins: forked-1.4.0, xdist-3.1.0
collected 1 item                                                                                                                                 

mobile_native/dotnet-maui-android/test_checkout_dotnet_maui_android.py .                                                                   [100%]

========================================================= 1 passed in 105.08s (0:01:45) ==========================================================

GENERATED errors: https://demo.sentry.io/issues/?query=se%3Akosty-tda-direct-%2A+%21project%3Aempower-tda&start=2025-05-16T23%3A50%3A38&end=2025-05-16T23%3A52%3A24
OWN errors:       https://demo.sentry.io/discover/results/?end=2025-05-16T23%3A52%3A24&field=title&field=se&field=sauceLabsUrl&field=cexp&field=timestamp&project=5390094&query=se%3Akosty-tda-direct-%2A&queryDataset=error-events&sort=-timestamp&start=2025-05-16T23%3A50%3A38&yAxis=count%28%29A

@maxkosty maxkosty requested review from ndmanvar and bruno-garcia May 13, 2025 05:34
Copy link

vercel bot commented May 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
empower ⬜️ Ignored (Inspect) Visit Preview May 17, 2025 4:08pm



@pytest.fixture
def ios_dotnet_maui_driver(request, selenium_endpoint, se_prefix):
Copy link
Contributor

Choose a reason for hiding this comment

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

could we get Android added? Perhaps both or at least Android if iOS is a problem somehow.

We only have Session Replay for Android right now

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

added but it's not starting in the remote emulator for some reason

@maxkosty maxkosty force-pushed the tda-dotnet-maui-and-release-fetching branch from ff784e1 to 8939254 Compare May 16, 2025 23:57

first_item_add_to_cart = driver.find_element(AppiumBy.XPATH, '(//XCUIElementTypeButton[@name="Add to Cart"])[1]')
first_item_add_to_cart.click()
# Alert disappeared for some reason on iOS
Copy link
Contributor

Choose a reason for hiding this comment

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

Ideally we get rid of it, actually:

sentry-demos/dotnet-maui#11

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok, when you update the app we can change this too

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