任何人都可以提出在水豚頁面上尋找斜體的最佳方法。我有一項功能測試,可以在頁面內搜索特定的文本。本文以斜體顯示,也與頁面上其他所有內容不同。我認爲尋找斜體將優於搜索顏色值,但我不確定如何做。用水豚測試斜體
<div class="text-control">
<p class="body">Test text is here and then<i>italics</i> are there</p>
</div>
的功能測試如下記載:
Then(/^the word should be highlighted in the example sentence$/) do
end