withLongDoc method

Implementation

TestSuperEditorConfigurator withLongDoc() {
  return TestSuperEditorConfigurator._(
    _widgetTester,
    longDoc(),
  );
}