私は要素の名前を持つ配列を持っています:
names=['tdColumn1','tdColumn2','tdColumn3']
そして、それらが表示されていないことを確認したくありません:
expect(actual).to all(not_be_visible)
しかし、、、、be_not_visible
は正しい方法ではありませnot_visible
んnot_be_visible
。.not_to all(be_visible)
どの方法が正しいですか?
私は要素の名前を持つ配列を持っています:
names=['tdColumn1','tdColumn2','tdColumn3']
そして、それらが表示されていないことを確認したくありません:
expect(actual).to all(not_be_visible)
しかし、、、、be_not_visible
は正しい方法ではありませnot_visible
んnot_be_visible
。.not_to all(be_visible)
どの方法が正しいですか?