示例#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)
示例#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)