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
exportconstCOMPONENT_SCROLL_COORDINATES={x: -0,y: -100};// These are the offsets. Y is negative because we want the touch to move up (and thus it scrolls down)
// In some cases, such as opened ContextualMenu items, the element nodes are not children of the rootView node, meaning we need to start our search from the top of the tree.
@@ -133,7 +133,7 @@ export abstract class BasePage {
133
133
* The advantage to this over testing using .isEqual in a spec is that this throws a detailed error if
134
134
* the expected and actual values don't match. This should be called for attribute tests in specs. */
0 commit comments