You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On ios, this work fine. But on android, I was tried with "testID", "accessibilityLabel" or "contentDescription" and while run "await element(by.id("setting_profile_doneButton")).tap()".
Error: No views in hierarchy found matching: (with tag value: is "setting_profile_doneButton" and view has effective visibility=VISIBLE)
const buttons = {
leftButtons: undefined,
rightButtons: [{
testID: 'setting_profile_doneButton',
accessible: true,
accessibilityLabel: 'setting_profile_doneButton',
contentDescription: 'setting_profile_doneButton',
title: i18n.t('screens.profile.edit.doneButton'),
id: DONE_BUTTON,
disabled: !saveEnabled,
buttonColor: Colors.BitnationLinkOrangeColor,
}],
...androidNavigationButtons,
};
Detox, Node, Device, Xcode and macOS Versions
Detox: 9.0.4
React Native: 0.51.0
Device: Nexus_5X_API_27
The text was updated successfully, but these errors were encountered:
We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the detox tag.
Description
On ios, this work fine. But on android, I was tried with "testID", "accessibilityLabel" or "contentDescription" and while run "await element(by.id("setting_profile_doneButton")).tap()".
Error: No views in hierarchy found matching: (with tag value: is "setting_profile_doneButton" and view has effective visibility=VISIBLE)
const buttons = {
leftButtons: undefined,
rightButtons: [{
testID: 'setting_profile_doneButton',
accessible: true,
accessibilityLabel: 'setting_profile_doneButton',
contentDescription: 'setting_profile_doneButton',
title: i18n.t('screens.profile.edit.doneButton'),
id: DONE_BUTTON,
disabled: !saveEnabled,
buttonColor: Colors.BitnationLinkOrangeColor,
}],
...androidNavigationButtons,
};
Detox, Node, Device, Xcode and macOS Versions
The text was updated successfully, but these errors were encountered: