FFInteractionTestStep$json top-level constant

  1. @Deprecated('Use fFInteractionTestStepDescriptor instead')
Map<String, Object> const FFInteractionTestStep$json

Implementation

@$core.Deprecated('Use fFInteractionTestStepDescriptor instead')
const FFInteractionTestStep$json = {
  '1': 'FFInteractionTestStep',
  '2': [
    {
      '1': 'target',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFTestFinder',
      '10': 'target'
    },
    {
      '1': 'tap',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFInteractionTestStep.TapStep',
      '9': 0,
      '10': 'tap'
    },
    {
      '1': 'double_tap',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFInteractionTestStep.DoubleTapStep',
      '9': 0,
      '10': 'doubleTap'
    },
    {
      '1': 'long_press',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFInteractionTestStep.LongPressStep',
      '9': 0,
      '10': 'longPress'
    },
    {
      '1': 'enter_text',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFInteractionTestStep.EnterTextStep',
      '9': 0,
      '10': 'enterText'
    },
    {
      '1': 'scroll_until_visible',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFInteractionTestStep.ScrollUntilVisibleStep',
      '9': 0,
      '10': 'scrollUntilVisible'
    },
  ],
  '3': [
    FFInteractionTestStep_TapStep$json,
    FFInteractionTestStep_DoubleTapStep$json,
    FFInteractionTestStep_LongPressStep$json,
    FFInteractionTestStep_EnterTextStep$json,
    FFInteractionTestStep_ScrollUntilVisibleStep$json
  ],
  '8': [
    {'1': 'interaction'},
  ],
};