InfoWings / Knowledge-Net

Complex data management solution
1 stars 2 forks source link

Failed test: Object filter #346

Closed airtest-qa closed 6 years ago

airtest-qa commented 6 years ago

Subjects <Subject 1>, <Subject 2> on the list of subjects. Objects <Object 1, Subject 1>, <Object 1, Subject 2>, <Object 2, Subject 1>, <Object 2, Subject 2> on the list of objects.

  1. Add subject <Subject 1> to Filter by subject input. Expected Result: There are objects <Object 1, Subject 1> and <Object 2, Subject 1> on the list of objects. There are no <Object 1, Subject 2>, <Object 2, Subject 2> on the list of objects.
  2. Add <Object 1> to Exclude objects from filtering input. Expected Result: There are objects <Object 1, Subject 1>, <Object 2, Subject 1> and <Object 1, Subject 2> on the list of objects. There is no <Object 2, Subject 2> on the list of objects.
  3. Remove <Object 1> from Exclude objects from filtering input. Expected Result: There are objects <Object 1, Subject 1> and <Object 2, Subject 1> on the list of objects. There are no <Object 1, Subject 2>, <Object 2, Subject 2> on the list of objects.
  4. Remove subject <Subject 1> from Filter by subject input. Expected Result: There are objects <Object 1, Subject 1> and <Object 2, Subject 1>,<Object 1, Subject 2>, <Object 2, Subject 2> on the list of objects.

Actual result: Objects in the list with applied filter can not be expanded.

T527: Object filter https://airtest.testrail.io/index.php?/tests/view/527