Validate actionエラー

Validate アクションによる検証が失敗したことにより発生します。
テスト実行時の実際の値/画像を確認の上、必要であれば、期待値/期待画像を変更してください。
・Exists: Element for item ‘リポジトリ名’ does not exist.
・NotExists: Element for item ‘リポジトリ名’ does exists.
・AttributeEqual: Attribute ‘属性’ of element for item ‘リポジトリ名’ does not match the specified
 value.
・NotAttributeEqual: Attribute ‘属性’ of element for item ‘リポジトリ名’ does match the specified
 value.
・AttributeRegex: Attribute ‘属性’ of element for item ‘リポジトリ名’ does not match the specified
 RegEx.
・AttributeContains: Attribute ‘属性’ of element for item ‘リポジトリ名’ does not contain the
  specified value.
・AttributeNotContains: Attribute ‘属性’ of element for item ‘リポジトリ名’ does contain the
  specified value.
・ContainsImage: Screenshot of item ‘リポジトリ名’ does not contain the specified image.
・CompareIage: Screenshot of item ‘リポジトリ名’ does not match the specified image.