Exemplo n.º 1
0
    def is_displayed(self):
        form_title_text = VersionPicker({
            Version.lowest(): 'Migration Plan Wizard',
            '5.10': 'Create Migration Plan'
        })

        return self.title.text == form_title_text.pick()
Exemplo n.º 2
0
    def is_displayed(self):
        form_title_text = VersionPicker({
            Version.lowest(): 'Infrastructure Mapping Wizard',
            '5.10': 'Create Infrastructure Mapping'
        })

        return (self.form.title.text == form_title_text.pick())