We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d175d15 commit bc0011aCopy full SHA for bc0011a
Sources/LoopUITestingKit/Screens/BolusScreen.swift
@@ -39,6 +39,8 @@ public final class BolusScreen: BaseScreen {
39
public func tapBolusEntryTextField() { bolusEntryTextField.safeTap() }
40
public func tapBolusActionButton() { bolusActionButton.safeForceTap() }
41
public func tapSaveAndDeliverButton() {saveAndDeliverButton.safeForceTap()}
42
+ public func getBolusFieldValue() -> String { bolusEntryTextField.getValueSafe() }
43
+
44
45
public func clearCurrentGlucoseEntryTextField() {
46
let currentTextLength = currentGlucoseEntryTextField.getValueSafe().count
0 commit comments