def test_usupported_zipcode(self):
     placeorder = PlaceOrder(Browser._driver)
     negativecases = NegativeCases(Browser._driver)
     time.sleep(10)
     # Find the selected product and click on it
     placeorder.findproductandclick(self.Negativeresult[0][0])
     # Wait till the Product Details page is loaded
     BasicActions.implicit_wait(30)
     if placeorder.wait_for_product_page():
         self.assertTrue(negativecases.unsupported_zip_code(self.Negativeresult[1][0], self.Negativeresult[4][0], self.Negativeresult[9][0], self.Negativeresult[10][0]), "Unsupported Zip Code is accepted")