how to find an element with custom class name in WebdriverIO
how to find element with this particular class name ng-repeat="document in documentsUploaded"
how to find an element with custom class name in WebdriverIO
how to find element with this particular class name ng-repeat="document in documentsUploaded"
Short answer is: use CSS or xpath selectors https://webdriver.io/docs/selectors.html
ng-repeat is not a class, it's an element's attribute.
See also https://www.w3schools.com/cssref/css_selectors.asp and https://devhints.io/xpath