Beispiel #1
0
 def test_get_tip(self):
     Assert.check_text(self.clickable_item.get_alt(), self.ALT)
Beispiel #2
0
 def test_set_attribute(self):
     attribute_name = "testAttr"
     value = "testValue"
     self.clickable_item.set_attribute(attribute_name, value)
     Assert.check_text(self.clickable_item.get_element().get_attribute(attribute_name), value)
Beispiel #3
0
 def test_get_source(self):
     Assert.check_text(self.clickable_item.get_source(), self.SRC)
Beispiel #4
0
 def test_get_reference(self):
     Assert.check_text(self.link.get_reference(),
                       EpamJDISite.support_page.url)