@@ -62,18 +62,6 @@ spec = do
62
62
-- Using hex representation of aliceSk's HydraVerificationKey
63
63
shouldRender " Party d5bf4a3fcce71"
64
64
sendInputEvent $ EvKey (KChar ' q' ) []
65
- it " display feedback long enough" $
66
- \ TUITest {sendInputEvent, shouldRender} -> do
67
- threadDelay 1
68
- shouldRender " connected"
69
- shouldRender " Idle"
70
- sendInputEvent $ EvKey (KChar ' f' ) []
71
- threadDelay 1
72
- shouldRender " Invalid command: Fanout"
73
- threadDelay 1
74
- shouldRender " Invalid command: Fanout"
75
- threadDelay 1
76
- shouldRender " Invalid command: Fanout"
77
65
it " supports the init & abort Head life cycle" $
78
66
\ TUITest {sendInputEvent, shouldRender, shouldNotRender} -> do
79
67
threadDelay 1
@@ -128,6 +116,7 @@ spec = do
128
116
shouldRender " 42000000 lovelace"
129
117
sendInputEvent $ EvKey (KChar ' q' ) []
130
118
119
+ {- -
131
120
it "doesn't allow multiple initializations" $
132
121
\TUITest{sendInputEvent, shouldRender, shouldNotRender} -> do
133
122
threadDelay 1
@@ -148,6 +137,7 @@ spec = do
148
137
threadDelay 1
149
138
shouldRender "Initializing"
150
139
shouldNotRender "pending"
140
+ --}
151
141
152
142
context " text rendering tests" $ do
153
143
it " should format time with whole values for every unit, not total values" $ do
0 commit comments