Looking to retrieve the value of a span class called 'spacer-right big project-card-measure-secondary-info'
<span class="spacer-right big project-card-measure-secondary-info">1</span>
snippet of code:
browser.waitForElementVisible('.spacer-right big project-card-measure-secondary-info', 1000)
.getText('.spacer-right big project-card-measure-secondary-info', (result) => {
console.log(result)
})
No output is displayed in the console.