Esempio n. 1
0
 def changelog_validation_result(self):
   """Returns changelog validation result."""
   self.tabs.ensure_tab(self._changelog_tab_name)
   return tab_containers.changelog_tab_validate(
       self._browser.driver, self._active_tab_root.wd)
Esempio n. 2
0
 def changelog_validation_result(self):
   """Returns changelog validation result."""
   self.tabs.ensure_tab(self._changelog_tab_name)
   return tab_containers.changelog_tab_validate(
       self._browser.driver, self._active_tab_root.wd)