fix: step type

This commit is contained in:
debugtalk
2022-09-27 18:18:33 +08:00
parent 6608d1bdec
commit 8b2ee45c45
6 changed files with 10 additions and 6 deletions

View File

@@ -316,7 +316,7 @@ func (s *StepIOS) Name() string {
}
func (s *StepIOS) Type() StepType {
return stepTypeAndroid
return stepTypeIOS
}
func (s *StepIOS) Struct() *TStep {
@@ -457,7 +457,7 @@ func (s *StepIOSValidation) Name() string {
}
func (s *StepIOSValidation) Type() StepType {
return stepTypeAndroid
return stepTypeIOS
}
func (s *StepIOSValidation) Struct() *TStep {