I need to verify if an element includes text with an apostrophe. I attempted:
'PROGRAMMA\'S' or "PROGRAMMA'S", such as .assert.containsText('element', 'PROGRAMMA\'S')
However, neither method seems to be functioning. Nightwatch returns:
Checking if element <.menu > li:nth-child(2) a> contains text: "PROGRAMMA'S". - expected "PROGRAMMA'S" but received: PROGRAMMA'S