Selenide의 text()matchText() 조건에 전달된 빈 문자열을 보고합니다.

예:


  $("#code").shouldHave(text("")) // 오류: text()의 인수는 빈 문자열일 수 없습니다.