def test_filter_inspection_by_last_so(self, driver):
     with pytest.allure.step('Filter Inspection List by newest SO'):
         tests.filter_by_last_so(driver)
 def test_filter_packing_by_last_so(self, driver):
     with pytest.allure.step('Filter Packing List by newest SO'):
         tests.filter_by_last_so(driver)
 def test_filter_by_last_so(self, driver):
     with pytest.allure.step('Filter List by Last SO'):
         tests.filter_by_last_so(driver)