Selenide의 text() 및 matchText() 조건에 전달된 빈 문자열을 보고합니다.
text()
matchText()
예:
$("#code").shouldHave(text("")) // 오류: text()의 인수는 빈 문자열일 수 없습니다.