@openui5/sap.ui.core 1.112.2 → 1.113.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dtsgenrc +16 -1
- package/THIRDPARTY.txt +1 -1
- package/package.json +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +7 -7
- package/src/sap/base/security/URLWhitelist.js +1 -1
- package/src/sap/base/util/restricted/_CancelablePromise.js +2 -2
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_compact.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_difference.js +1 -1
- package/src/sap/base/util/restricted/_differenceBy.js +1 -1
- package/src/sap/base/util/restricted/_differenceWith.js +1 -1
- package/src/sap/base/util/restricted/_flatMap.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
- package/src/sap/base/util/restricted/_flatten.js +1 -1
- package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
- package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_isEqual.js +1 -1
- package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
- package/src/sap/base/util/restricted/_isNil.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_toArray.js +1 -1
- package/src/sap/base/util/restricted/_union.js +1 -1
- package/src/sap/base/util/restricted/_unionBy.js +1 -1
- package/src/sap/base/util/restricted/_unionWith.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/base/util/restricted/_without.js +1 -1
- package/src/sap/base/util/restricted/_xor.js +1 -1
- package/src/sap/base/util/restricted/_xorBy.js +1 -1
- package/src/sap/base/util/restricted/_xorWith.js +1 -1
- package/src/sap/base/util/restricted/_zipObject.js +1 -1
- package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/ExpressionParser.js +15 -5
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +4 -2
- package/src/sap/ui/base/ManagedObjectMetadata.js +10 -12
- package/src/sap/ui/base/Metadata.js +23 -12
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +1 -1
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +8 -5
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +58 -9
- package/src/sap/ui/core/Control.js +22 -5
- package/src/sap/ui/core/Core.js +1 -1
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/CustomStyleClassSupport.js +5 -2
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +3 -2
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +10 -2
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/Lib.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +2 -2
- package/src/sap/ui/core/LocaleData.js +87 -19
- package/src/sap/ui/core/Manifest.js +4 -4
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/Popup.js +19 -27
- package/src/sap/ui/core/RenderManager.js +7 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +1 -1
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +1 -1
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +3 -2
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/cache/CacheManager.js +1 -1
- package/src/sap/ui/core/cache/LRUPersistentCache.js +1 -1
- package/src/sap/ui/core/date/CalendarUtils.js +14 -26
- package/src/sap/ui/core/date/CalendarWeekNumbering.js +32 -0
- package/src/sap/ui/core/date/UI5Date.js +1 -1
- package/src/sap/ui/core/date/UniversalDateUtils.js +4 -4
- package/src/sap/ui/core/date/_Calendars.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/format/DateFormat.js +103 -30
- package/src/sap/ui/core/format/NumberFormat.js +40 -5
- package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +3 -3
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle_ar.properties +1 -1
- package/src/sap/ui/core/messagebundle_cs.properties +1 -1
- package/src/sap/ui/core/messagebundle_cy.properties +1 -1
- package/src/sap/ui/core/messagebundle_da.properties +1 -1
- package/src/sap/ui/core/messagebundle_de.properties +1 -1
- package/src/sap/ui/core/messagebundle_el.properties +1 -1
- package/src/sap/ui/core/messagebundle_en.properties +1 -1
- package/src/sap/ui/core/messagebundle_en_GB.properties +1 -1
- package/src/sap/ui/core/messagebundle_es.properties +4 -4
- package/src/sap/ui/core/messagebundle_es_MX.properties +1 -1
- package/src/sap/ui/core/messagebundle_et.properties +1 -1
- package/src/sap/ui/core/messagebundle_fi.properties +1 -1
- package/src/sap/ui/core/messagebundle_fr.properties +1 -1
- package/src/sap/ui/core/messagebundle_fr_CA.properties +1 -1
- package/src/sap/ui/core/messagebundle_hi.properties +1 -1
- package/src/sap/ui/core/messagebundle_hr.properties +1 -1
- package/src/sap/ui/core/messagebundle_hu.properties +1 -1
- package/src/sap/ui/core/messagebundle_id.properties +1 -1
- package/src/sap/ui/core/messagebundle_it.properties +1 -1
- package/src/sap/ui/core/messagebundle_iw.properties +1 -1
- package/src/sap/ui/core/messagebundle_kk.properties +1 -1
- package/src/sap/ui/core/messagebundle_lt.properties +1 -1
- package/src/sap/ui/core/messagebundle_lv.properties +1 -1
- package/src/sap/ui/core/messagebundle_nl.properties +1 -1
- package/src/sap/ui/core/messagebundle_no.properties +1 -1
- package/src/sap/ui/core/messagebundle_pl.properties +1 -1
- package/src/sap/ui/core/messagebundle_pt.properties +1 -1
- package/src/sap/ui/core/messagebundle_pt_PT.properties +1 -1
- package/src/sap/ui/core/messagebundle_ro.properties +1 -1
- package/src/sap/ui/core/messagebundle_ru.properties +1 -1
- package/src/sap/ui/core/messagebundle_sh.properties +1 -1
- package/src/sap/ui/core/messagebundle_sk.properties +1 -1
- package/src/sap/ui/core/messagebundle_sl.properties +1 -1
- package/src/sap/ui/core/messagebundle_sv.properties +1 -1
- package/src/sap/ui/core/messagebundle_th.properties +1 -1
- package/src/sap/ui/core/messagebundle_tr.properties +1 -1
- package/src/sap/ui/core/messagebundle_uk.properties +1 -1
- package/src/sap/ui/core/messagebundle_vi.properties +1 -1
- package/src/sap/ui/core/messagebundle_zh_CN.properties +1 -1
- package/src/sap/ui/core/messagebundle_zh_TW.properties +1 -1
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +3 -3
- package/src/sap/ui/core/mvc/XMLView.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/routing/Target.js +1 -1
- package/src/sap/ui/core/routing/Targets.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/themes/base/base.less +3256 -19
- package/src/sap/ui/core/theming/ThemeManager.js +6 -3
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +1 -1
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeBinding.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +1 -1
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/DataState.js +1 -1
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +7 -3
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +19 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +36 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +4 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +32 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +19 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +72 -28
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +5 -4
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +29 -10
- package/src/sap/ui/model/odata/v2/ODataModel.js +29 -17
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +8 -1
- package/src/sap/ui/model/odata/v4/Context.js +33 -20
- package/src/sap/ui/model/odata/v4/ODataBinding.js +50 -21
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +167 -65
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +4 -1
- package/src/sap/ui/model/odata/v4/ODataModel.js +4 -3
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +35 -25
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +87 -18
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +99 -64
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +57 -2
- package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +3 -0
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/qunit/qunit-coverage-istanbul.js +180 -0
- package/src/sap/ui/qunit/qunit-coverage.js +9 -4
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/test/Opa.js +54 -21
- package/src/sap/ui/test/Opa5.js +181 -131
- package/src/sap/ui/test/OpaBuilder.js +106 -73
- package/src/sap/ui/test/OpaPlugin.js +8 -3
- package/src/sap/ui/test/RecordReplay.js +7 -3
- package/src/sap/ui/test/actions/EnterText.js +3 -2
- package/src/sap/ui/test/generic/TestBase.js +1 -1
- package/src/sap/ui/test/generic/_EnforceSemanticRendering.js +3 -1
- package/src/sap/ui/test/pipelines/PipelineFactory.js +2 -2
- package/src/sap/ui/test/starter/_configureLoader.js +7 -5
- package/src/sap/ui/test/starter/_setupAndStart.js +113 -27
- package/src/sap/ui/test/starter/_utils.js +4 -1
- package/src/sap/ui/util/Storage.js +1 -1
- package/src/ui5loader-autoconfig.js +3 -1
package/src/sap/ui/test/Opa5.js
CHANGED
|
@@ -403,60 +403,104 @@ sap.ui.define([
|
|
|
403
403
|
};
|
|
404
404
|
|
|
405
405
|
/**
|
|
406
|
-
*
|
|
407
|
-
*
|
|
408
|
-
* @
|
|
409
|
-
*
|
|
410
|
-
*
|
|
411
|
-
*
|
|
412
|
-
*
|
|
413
|
-
*
|
|
414
|
-
*
|
|
415
|
-
*
|
|
416
|
-
*
|
|
417
|
-
* @
|
|
418
|
-
*
|
|
419
|
-
*
|
|
420
|
-
*
|
|
421
|
-
*
|
|
406
|
+
* @typedef {sap.ui.test.Opa.BaseParameters} sap.ui.test.Opa5.BaseParameters
|
|
407
|
+
* @description Configuration parameters for Opa5.
|
|
408
|
+
* @property {string} [viewNamespace] viewName prefix. Recommended to be set in {@link sap.ui.test.Opa5.extendConfig} instead.
|
|
409
|
+
* @property {boolean} [visible=true] If set to false, Opa5 will also look for unrendered and invisible controls.
|
|
410
|
+
* @property {boolean} [enabled=false] @since 1.66 If set to false, Opa5 will look for both enabled and disabled controls.
|
|
411
|
+
* Note that this option's default value is related to the autoWait mechanism:
|
|
412
|
+
* <ul>
|
|
413
|
+
* <li> When autoWait is enabled globally or in the current waitFor, the default value for options.enabled is true. </li>
|
|
414
|
+
* <li> When autoWait is not used, the default value for options.enabled is false.</li>
|
|
415
|
+
* </ul>
|
|
416
|
+
* This means that if you use autoWait and you want to find a disabled control, you need to explicitly set options.enabled to false.
|
|
417
|
+
* @property {boolean} [editable=false] @since 1.80 If set to true, Opa5 will match only editable controls.
|
|
418
|
+
* If set to false, Opa5 will match both editable and non-editable controls.
|
|
419
|
+
* @property {boolean} [autoWait=false] @since 1.42 Only has an effect if set to true. Since 1.53 it can also be a plain object.
|
|
420
|
+
* When autoWait is true, the waitFor statement will not execute success callbacks as long as there is pending asynchronous work such as for example:
|
|
421
|
+
* open XMLHTTPRequests (requests to a server), scheduled delayed work and promises, unfinished UI navigation.
|
|
422
|
+
* In addition, the control state will be checked with the {@link sap.ui.test.matchers.Interactable} matcher, and the control will have to be enabled.
|
|
423
|
+
* So when autoWait is enabled, success behaves like an action in terms of waiting.
|
|
424
|
+
* It is recommended to set this value to true for all your waitFor statements using:
|
|
422
425
|
* <pre>
|
|
423
|
-
*
|
|
424
|
-
*
|
|
425
|
-
*
|
|
426
|
-
* viewName: "myView"
|
|
427
|
-
* });
|
|
428
|
-
* </code>
|
|
426
|
+
* Opa5.extendConfig({
|
|
427
|
+
* autoWait: true
|
|
428
|
+
* });
|
|
429
429
|
* </pre>
|
|
430
|
-
*
|
|
430
|
+
* Why it is recommended:
|
|
431
|
+
* When writing a huge set of tests and executing them frequently you might face tests that are sometimes successful but sometimes they are not.
|
|
432
|
+
* Setting the autoWait to true should stabilize most of those tests.
|
|
433
|
+
* The default "false" could not be changed since it causes existing tests to fail.
|
|
434
|
+
* There are cases where you do not want to wait for controls to be "Interactable":
|
|
435
|
+
* For example when you are testing the Busy indication of your UI during the sending of a request.
|
|
436
|
+
* But these cases are the exception so it is better to explicitly adding autoWait: false to this waitFor.
|
|
431
437
|
* <pre>
|
|
432
|
-
*
|
|
433
|
-
*
|
|
434
|
-
*
|
|
435
|
-
*
|
|
436
|
-
*
|
|
437
|
-
*
|
|
438
|
-
*
|
|
439
|
-
* </Button>
|
|
440
|
-
* <Image id="myImage"></Image>
|
|
441
|
-
* </mvc:View>
|
|
442
|
-
* </code>
|
|
438
|
+
* this.waitFor({
|
|
439
|
+
* id: "myButton",
|
|
440
|
+
* autoWait: false,
|
|
441
|
+
* success: function (oButton) {
|
|
442
|
+
* Opa5.assert.ok(oButton.getBusy(), "My Button was busy");
|
|
443
|
+
* }
|
|
444
|
+
* });
|
|
443
445
|
* </pre>
|
|
446
|
+
* This is also the easiest way of migrating existing tests. First extend the config, then see which waitFors
|
|
447
|
+
* will time out and finally disable autoWait in these tests.
|
|
444
448
|
*
|
|
445
|
-
*
|
|
446
|
-
*
|
|
447
|
-
*
|
|
448
|
-
*
|
|
449
|
-
*
|
|
449
|
+
* @since 1.53 autoWait option can be a plain object used to configure what autoWait will consider pending, for example:
|
|
450
|
+
* <ul>
|
|
451
|
+
* <li> Maximum depth of a timeout chain. Longer chains are considered polling and are discarded as irrelevant to the application state in testing scenarios. </li>
|
|
452
|
+
* <li> Maximum delay, in milliseconds, of tracked timeouts and promises. Long runners are discarded as they do not influence application state.</li>
|
|
453
|
+
* </ul>
|
|
454
|
+
* This is the default autoWait configuration:
|
|
455
|
+
* autoWait: {
|
|
456
|
+
* timeoutWaiter: {
|
|
457
|
+
* maxDepth: 3,
|
|
458
|
+
* maxDelay: 1000
|
|
459
|
+
* }
|
|
460
|
+
* }
|
|
461
|
+
* If autoWait is set to true or the object doesn't contain the recognized keys, the default autoWait configuration will be used.
|
|
462
|
+
* @public
|
|
463
|
+
*/
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* @typedef {sap.ui.test.Opa5.BaseParameters} sap.ui.test.Opa5.Config
|
|
467
|
+
* @description The global configuration of Opa5.
|
|
468
|
+
* @property {sap.ui.test.Opa5} [arrangements] A new Opa5 instance
|
|
469
|
+
* @property {sap.ui.test.Opa5} [actions] A new Opa5 instance
|
|
470
|
+
* @property {sap.ui.test.Opa5} [assertions] A new Opa5 instance
|
|
471
|
+
* @property {int} [executionDelay] The value is a number representing milliseconds. The default values are 0 or 50 (depending on the browser).
|
|
472
|
+
* The executionDelay will slow down the execution of every single waitFor statement to be delayed by the number of milliseconds.
|
|
473
|
+
* This does not effect the polling interval it just adds an initial pause.
|
|
474
|
+
* Use this parameter to slow down OPA when you want to watch your test during development or checking the UI of your app.
|
|
475
|
+
* It is not recommended to use this parameter in any automated test executions.
|
|
476
|
+
* @property {Object<string,string>} [appParams] object with URI parameters for the tested app - since 1.48
|
|
477
|
+
* @public
|
|
478
|
+
*/
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* @typedef {function(sap.ui.core.Element)|Object<string,object>|sap.ui.test.matchers.Matcher} sap.ui.test.Opa5.Matcher
|
|
482
|
+
* @description Matchers used to filter controls.
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
485
|
+
|
|
486
|
+
/**
|
|
487
|
+
* @typedef {function((sap.ui.core.Element|null))|sap.ui.test.actions.Action} sap.ui.test.Opa5.Action
|
|
488
|
+
* @description An action simulates user interaction on a control
|
|
489
|
+
* @public
|
|
490
|
+
*/
|
|
491
|
+
|
|
492
|
+
/**
|
|
493
|
+
* @typedef {sap.ui.test.Opa5.BaseParameters} sap.ui.test.Opa5.ControlsBaseSelector
|
|
494
|
+
* @description Configuration parameters for an individual {@link sap.ui.test.Opa5#waitFor} call.
|
|
495
|
+
* @property {string} [viewName] The name of a view.
|
|
450
496
|
* If viewName is set, controls will be searched only inside this view. If control ID is given, it will be considered to be relative to the view.
|
|
451
497
|
*
|
|
452
|
-
* @
|
|
453
|
-
*
|
|
454
|
-
* @param {string} [options.viewId] @since 1.62 The ID of a view. Can be used alone or in combination with viewName and viewNamespace. *
|
|
498
|
+
* @property {string} [viewId] @since 1.62 The ID of a view. Can be used alone or in combination with viewName and viewNamespace. *
|
|
455
499
|
* Always set view ID if there are multiple views with the same name.
|
|
456
500
|
*
|
|
457
|
-
* @
|
|
501
|
+
* @property {string} [fragmentId] @since 1.63 The ID of a fragment. If set, controls will match only if their IDs contain the fragment ID prefix.
|
|
458
502
|
*
|
|
459
|
-
* @
|
|
503
|
+
* @property {sap.ui.test.Opa5.Matcher|sap.ui.test.Opa5.Matcher[]} [matchers] Matchers used to filter controls.
|
|
460
504
|
* Could be a function, a single matcher instance, an array of matcher instances, or, since version 1.72, a plain
|
|
461
505
|
* object to specify matchers declaratively. For a full list of built-in matchers, see {@link sap.ui.test.matchers}.
|
|
462
506
|
*
|
|
@@ -501,7 +545,7 @@ sap.ui.define([
|
|
|
501
545
|
* </code></pre>
|
|
502
546
|
* </li></ul>
|
|
503
547
|
*
|
|
504
|
-
* @
|
|
548
|
+
* @property {string} [controlType] Selects all control by their type.
|
|
505
549
|
* It is usually combined with a viewName or searchOpenDialogs. If no control is matching the type, an empty
|
|
506
550
|
* array will be returned. Here are some samples:
|
|
507
551
|
* <pre>
|
|
@@ -531,47 +575,16 @@ sap.ui.define([
|
|
|
531
575
|
* }
|
|
532
576
|
* });
|
|
533
577
|
* </pre>
|
|
534
|
-
* @
|
|
535
|
-
* @
|
|
536
|
-
* @param {boolean} [options.enabled=false] @since 1.66 If set to false, Opa5 will look for both enabled and disabled controls.
|
|
537
|
-
* Note that this option's default value is related to the autoWait mechanism:
|
|
538
|
-
* <ul>
|
|
539
|
-
* <li> When autoWait is enabled globally or in the current waitFor, the default value for options.enabled is true. </li>
|
|
540
|
-
* <li> When autoWait is not used, the default value for options.enabled is false.</li>
|
|
541
|
-
* </ul>
|
|
542
|
-
* This means that if you use autoWait and you want to find a disabled control, you need to explicitly set options.enabled to false.
|
|
543
|
-
* @param {boolean} [options.interactable=false] @since 1.80 If set to true, the {@link sap.ui.test.matchers.Interactable} matcher will be applied.
|
|
578
|
+
* @property {boolean} [searchOpenDialogs=false] If set to true, Opa5 will only look in open dialogs. All the other values except control type will be ignored
|
|
579
|
+
* @property {boolean} [interactable=false] @since 1.80 If set to true, the {@link sap.ui.test.matchers.Interactable} matcher will be applied.
|
|
544
580
|
* If autoWait is true, this option has no effect and interactable will always be true.
|
|
545
581
|
* If autoWait is false, which is the default state, the value of the interactable property will have an effect.
|
|
546
582
|
* When interactable is true, enabled will also be set to true, unless declared otherwise.
|
|
547
|
-
* @
|
|
548
|
-
*
|
|
549
|
-
* @param {int} [options.timeout=15] (seconds) Specifies how long the waitFor function polls before it fails.O means it will wait forever.
|
|
550
|
-
* @param {int} [options.debugTimeout=0] @since 1.47 (seconds) Specifies how long the waitFor function polls before it fails in debug mode.O means it will wait forever.
|
|
551
|
-
* @param {int} [options.pollingInterval=400] (milliseconds) Specifies how often the waitFor function polls.
|
|
552
|
-
* @param {function((sap.ui.core.Element|sap.ui.core.Element[])): boolean} [options.check] Will get invoked in every polling interval. If it returns true, the check is successful and the polling will stop.
|
|
553
|
-
* The first parameter passed into the function is the same value that gets passed to the success function.
|
|
554
|
-
* Returning something other than boolean in check will not change the first parameter of success.
|
|
555
|
-
* @param {function((sap.ui.core.Element|sap.ui.core.Element[]))} [options.success] Will get invoked after the following conditions are met:
|
|
556
|
-
* <ol>
|
|
557
|
-
* <li>
|
|
558
|
-
* One or multiple controls were found using controlType, Id, viewName. If visible is true (it is by default), the controls also need to be rendered.
|
|
559
|
-
* </li>
|
|
560
|
-
* <li>
|
|
561
|
-
* The whole matcher pipeline returned true for at least one control, or there are no matchers
|
|
562
|
-
* </li>
|
|
563
|
-
* <li>
|
|
564
|
-
* The check function returned true, or there is no check function
|
|
565
|
-
* </li>
|
|
566
|
-
* </ol>
|
|
567
|
-
* The first parameter passed into the function is either a single control (when a single string ID was used),
|
|
568
|
-
* or an array of controls (viewName, controlType, multiple ID's, regex ID's) that matched all matchers.
|
|
569
|
-
* Matchers can alter the array or single control to something different. Please read the documentation of waitFor's matcher parameter.
|
|
570
|
-
* @param {function} [options.error] Invoked when the timeout is reached and the check never returned true.
|
|
571
|
-
* @param {string} [options.errorMessage] Will be displayed as an errorMessage depending on your unit test framework.
|
|
583
|
+
* @property {function} [error] Invoked when the timeout is reached and the check never returned true.
|
|
584
|
+
* @property {string} [errorMessage] Will be displayed as an errorMessage depending on your unit test framework.
|
|
572
585
|
* Currently the only adapter for Opa5 is QUnit.
|
|
573
586
|
* This message is displayed if Opa5 has reached its timeout before QUnit has reached it.
|
|
574
|
-
* @
|
|
587
|
+
* @property {sap.ui.test.Opa5.Action|sap.ui.test.Opa5.Action[]} [actions]
|
|
575
588
|
* Available since 1.34.0. An array of functions or Actions or a mixture of both.
|
|
576
589
|
* An action has an 'executeOn' function that will receive a single control as a parameter.
|
|
577
590
|
* If there are multiple actions defined all of them
|
|
@@ -633,54 +646,93 @@ sap.ui.define([
|
|
|
633
646
|
* </pre>
|
|
634
647
|
* Executing multiple actions will not wait between actions for a control to become "Interactable" again.
|
|
635
648
|
* If you need waiting between actions you need to split the actions into multiple 'waitFor' statements.
|
|
636
|
-
* @
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
*
|
|
641
|
-
*
|
|
649
|
+
* @public
|
|
650
|
+
*/
|
|
651
|
+
|
|
652
|
+
/**
|
|
653
|
+
* @typedef {sap.ui.test.Opa5.ControlsBaseSelector} sap.ui.test.Opa5.MultiControlSelector
|
|
654
|
+
* @description Configuration parameters for an individual {@link sap.ui.test.Opa5#waitFor} call. Contain criteria for selecting one or multiple controls.
|
|
655
|
+
* @property {RegExp} [id] Regex for matching either the ID of a control, or the ID of a control inside a view.
|
|
656
|
+
*
|
|
657
|
+
* If both a regex and a viewName are provided, Opa5 only looks for controls in the view with a matching ID.
|
|
658
|
+
*
|
|
659
|
+
* Example of a waitFor:
|
|
642
660
|
* <pre>
|
|
643
|
-
*
|
|
644
|
-
*
|
|
645
|
-
*
|
|
661
|
+
* <code>
|
|
662
|
+
* this.waitFor({
|
|
663
|
+
* id: /my/,
|
|
664
|
+
* viewName: "myView"
|
|
665
|
+
* });
|
|
666
|
+
* </code>
|
|
646
667
|
* </pre>
|
|
647
|
-
*
|
|
648
|
-
* When writing a huge set of tests and executing them frequently you might face tests that are sometimes successful but sometimes they are not.
|
|
649
|
-
* Setting the autoWait to true should stabilize most of those tests.
|
|
650
|
-
* The default "false" could not be changed since it causes existing tests to fail.
|
|
651
|
-
* There are cases where you do not want to wait for controls to be "Interactable":
|
|
652
|
-
* For example when you are testing the Busy indication of your UI during the sending of a request.
|
|
653
|
-
* But these cases are the exception so it is better to explicitly adding autoWait: false to this waitFor.
|
|
668
|
+
* The view that is searched in:
|
|
654
669
|
* <pre>
|
|
655
|
-
*
|
|
656
|
-
*
|
|
657
|
-
*
|
|
658
|
-
*
|
|
659
|
-
*
|
|
660
|
-
*
|
|
661
|
-
*
|
|
670
|
+
* <code>
|
|
671
|
+
* <mvc:View xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m">
|
|
672
|
+
* <Button id="myButton">
|
|
673
|
+
* </Button>
|
|
674
|
+
* <Button id="bar">
|
|
675
|
+
* </Button>
|
|
676
|
+
* <Button id="baz">
|
|
677
|
+
* </Button>
|
|
678
|
+
* <Image id="myImage"></Image>
|
|
679
|
+
* </mvc:View>
|
|
680
|
+
* </code>
|
|
662
681
|
* </pre>
|
|
663
|
-
* This is also the easiest way of migrating existing tests. First extend the config, then see which waitFors
|
|
664
|
-
* will time out and finally disable autoWait in these Tests.
|
|
665
682
|
*
|
|
666
|
-
*
|
|
667
|
-
*
|
|
668
|
-
*
|
|
669
|
-
* <li> maximum delay, in milliseconds, of tracked timeouts and promises. Long runners are discarded as they do not influence application state.</li>
|
|
670
|
-
* </ul>
|
|
671
|
-
* This is the default autoWait configuration:
|
|
672
|
-
* autoWait: {
|
|
673
|
-
* timeoutWaiter: {
|
|
674
|
-
* maxDepth: 3,
|
|
675
|
-
* maxDelay: 1000
|
|
676
|
-
* }
|
|
677
|
-
* }
|
|
678
|
-
* If autoWait is set to true or the object doesn't contain the recognized keys, the default autoWait configuration will be used.
|
|
679
|
-
*
|
|
680
|
-
* @since 1.48 All config parameters could be overwritten from URL. Should be prefixed with 'opa'
|
|
681
|
-
* and have uppercase first character. Like 'opaExecutionDelay=1000' will overwrite 'executionDelay'
|
|
683
|
+
* Will result in matching two controls, the image with the effective ID myView--myImage and the button myView--myButton.
|
|
684
|
+
* Although the IDs of the controls myView--bar and myView--baz contain a my,
|
|
685
|
+
* they will not be matched since only the part you really write in your views will be matched.
|
|
682
686
|
*
|
|
683
|
-
* @
|
|
687
|
+
* @property {function((sap.ui.core.Element[])):boolean} [check] Will get invoked in every polling interval. If it returns true, the check is successful and the polling will stop.
|
|
688
|
+
* The first parameter passed into the function is the same value that gets passed to the success function.
|
|
689
|
+
* Returning something other than boolean in check will not change the first parameter of success.
|
|
690
|
+
* @property {function((sap.ui.core.Element[]))} [success] Will get invoked after the following conditions are met:
|
|
691
|
+
* <ol>
|
|
692
|
+
* <li>
|
|
693
|
+
* One or multiple controls were found using controlType, Id, viewName. If visible is true (it is by default), the controls also need to be rendered.
|
|
694
|
+
* </li>
|
|
695
|
+
* <li>
|
|
696
|
+
* The whole matcher pipeline returned true for at least one control, or there are no matchers
|
|
697
|
+
* </li>
|
|
698
|
+
* <li>
|
|
699
|
+
* The check function returned true, or there is no check function
|
|
700
|
+
* </li>
|
|
701
|
+
* </ol>
|
|
702
|
+
* The first parameter passed into the function is an array of controls (viewName, controlType, multiple ID's, regex ID's) that matched all matchers.
|
|
703
|
+
* Matchers can alter the array to something different. Please read the documentation of waitFor's matcher parameter.
|
|
704
|
+
* @public
|
|
705
|
+
*/
|
|
706
|
+
|
|
707
|
+
/**
|
|
708
|
+
* @typedef {sap.ui.test.Opa5.ControlsBaseSelector} sap.ui.test.Opa5.SingleControlSelector
|
|
709
|
+
* @description Configuration parameters for an individual {@link sap.ui.test.Opa5#waitFor} call.
|
|
710
|
+
* @property {string} id The global ID of a control, or the ID of a control inside a view.
|
|
711
|
+
* @property {function(sap.ui.core.Element):boolean} [check] Will get invoked in every polling interval. If it returns true, the check is successful and the polling will stop.
|
|
712
|
+
* The first parameter passed into the function is the same value that gets passed to the success function.
|
|
713
|
+
* Returning something other than boolean in check will not change the first parameter of success.
|
|
714
|
+
* @property {function(sap.ui.core.Element)} [success] Will get invoked if the following conditions are met:
|
|
715
|
+
* <ol>
|
|
716
|
+
* <li>
|
|
717
|
+
* A control was found using viewName and Id that maches any addiotnally specified criteria e.g. controlType, matchers. If visible is true (it is by default), the control also needs to be rendered.
|
|
718
|
+
* </li>
|
|
719
|
+
* <li>
|
|
720
|
+
* The check function returned true, or there is no check function
|
|
721
|
+
* </li>
|
|
722
|
+
* </ol>
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
725
|
+
|
|
726
|
+
/**
|
|
727
|
+
* @typedef {sap.ui.test.Opa5} sap.ui.test.Opa5.Chain
|
|
728
|
+
* @description Used as return value of the {@link sap.ui.test.Opa5#waitFor} to assist chaining
|
|
729
|
+
* @property {sap.ui.test.Opa5} and A reference to the same <code>sap.ui.test.Opa5</code> instance that can be used for chaining statements
|
|
730
|
+
* @public
|
|
731
|
+
*/
|
|
732
|
+
|
|
733
|
+
/**
|
|
734
|
+
* @param {sap.ui.test.Opa5.SingleControlSelector|sap.ui.test.Opa5.MultiControlSelector} options a superset of the parameters of {@link sap.ui.test.Opa#waitFor}
|
|
735
|
+
* @returns {sap.ui.test.Opa5.Chain} an object extending a jQuery promise.
|
|
684
736
|
* The object is essentially a jQuery promise with an additional "and" method that can be used for chaining waitFor statements.
|
|
685
737
|
* The promise is resolved when the waitFor completes successfully.
|
|
686
738
|
* The promise is rejected with the options object, if an error occurs. In this case, options.errorMessage will contain a detailed error message containing the stack trace and Opa logs.
|
|
@@ -854,7 +906,7 @@ sap.ui.define([
|
|
|
854
906
|
/**
|
|
855
907
|
* Returns the QUnit utils object in the current context. If an iframe is launched, it will return the iframe's QUnit utils.
|
|
856
908
|
* @public
|
|
857
|
-
* @returns {
|
|
909
|
+
* @returns {sap.ui.test.qunit.QUnitUtils} The QUnit utils
|
|
858
910
|
*/
|
|
859
911
|
Opa5.getUtils = function () {
|
|
860
912
|
return iFrameLauncher.getUtils() || QUnitUtils;
|
|
@@ -878,7 +930,7 @@ sap.ui.define([
|
|
|
878
930
|
|
|
879
931
|
/**
|
|
880
932
|
*
|
|
881
|
-
* Extends and overwrites default values of the {@link sap.ui.test.Opa.
|
|
933
|
+
* Extends and overwrites default values of the {@link sap.ui.test.Opa.Config}.
|
|
882
934
|
* Most frequent usecase:
|
|
883
935
|
* <pre>
|
|
884
936
|
* <code>
|
|
@@ -980,7 +1032,7 @@ sap.ui.define([
|
|
|
980
1032
|
* </code>
|
|
981
1033
|
* </pre>
|
|
982
1034
|
*
|
|
983
|
-
* @param {
|
|
1035
|
+
* @param {sap.ui.test.Opa5.Config} options The values to be added to the existing config
|
|
984
1036
|
* @public
|
|
985
1037
|
* @function
|
|
986
1038
|
*/
|
|
@@ -1038,7 +1090,7 @@ sap.ui.define([
|
|
|
1038
1090
|
* access their configuration provided by the test in
|
|
1039
1091
|
* the testLibs section in {@link sap.ui.test.Opa5.extendConfig}
|
|
1040
1092
|
* @param {string} sTestLibName test library name
|
|
1041
|
-
* @returns {
|
|
1093
|
+
* @returns {Object<string,?string>} this test library config object or empty object if
|
|
1042
1094
|
* configuration is not provided
|
|
1043
1095
|
* @public
|
|
1044
1096
|
* @since 1.49
|
|
@@ -1073,7 +1125,7 @@ sap.ui.define([
|
|
|
1073
1125
|
* Gives access to a singleton object you can save values in.
|
|
1074
1126
|
* See {@link sap.ui.test.Opa.getContext} for the description
|
|
1075
1127
|
* @since 1.29.0
|
|
1076
|
-
* @returns {
|
|
1128
|
+
* @returns {Object<string,any>} the context object
|
|
1077
1129
|
* @public
|
|
1078
1130
|
* @function
|
|
1079
1131
|
*/
|
|
@@ -1111,10 +1163,8 @@ sap.ui.define([
|
|
|
1111
1163
|
*/
|
|
1112
1164
|
|
|
1113
1165
|
/**
|
|
1114
|
-
* Settings for a new page object, consisting of actions and assertions.
|
|
1115
|
-
*
|
|
1116
1166
|
* @typedef {object} sap.ui.test.PageObjectDefinition
|
|
1117
|
-
*
|
|
1167
|
+
* @description Settings for a new page object, consisting of actions and assertions.
|
|
1118
1168
|
* @property {string} [viewName]
|
|
1119
1169
|
* When a <code>viewName</code> is given, all <code>waitFor</code> calls inside of the page object
|
|
1120
1170
|
* will get a <code>viewName</code> parameter.
|