0

私のプロジェクトでは、脚本パターンで Serenity-js BDD フレームワークを使用しています。ここでは、Ensure クラスの「その」メソッドを使用して、Web ページ上の要素の可視性についてアサーションを実行できません。

コード :

ページ要素 -

static searchPatientsVerificationRow = Target.the('verification record').located(by.xpath("//div[@class='row']//tr")); 

テスト スクリプト ステップ:

return Ensure.that(TaggingSearchControls.searchPatientsVerificationRow,Is.visible()) 

エラー :

タイプ 'SuccessCondition' の引数は、タイプ 'Assertion' のパラメーターに割り当てられません。プロパティ「answeredBy」がタイプ「SuccessCondition」にありませんが、タイプ「アサーション」には必要です

4

1 に答える 1