@@ -37,7 +37,7 @@ final class SlowMode_Tests: StreamTestCase {
37
37
func test_slowModeIsActiveAndCooldownIsShown_whenAMessageIsReplied( ) throws {
38
38
linkToScenario ( withId: 454 )
39
39
40
- throw XCTSkip ( " Check out SWUI-247 " )
40
+ throw XCTSkip ( " Check out issues/178 " )
41
41
42
42
GIVEN ( " user opens a channel " ) {
43
43
backendRobot. setCooldown ( enabled: true , duration: cooldownDuration)
@@ -65,7 +65,7 @@ final class SlowMode_Tests: StreamTestCase {
65
65
func test_newMessageCantBeSent_whenSlowModeIsActiveAndCooldownIsShown( ) throws {
66
66
linkToScenario ( withId: 452 )
67
67
68
- throw XCTSkip ( " Check out SWUI-248 " )
68
+ throw XCTSkip ( " Check out issues/179 " )
69
69
70
70
GIVEN ( " user opens a channel " ) {
71
71
backendRobot. setCooldown ( enabled: true , duration: cooldownDuration)
@@ -90,7 +90,7 @@ final class SlowMode_Tests: StreamTestCase {
90
90
func test_aMessageCantBeReplied_whenSlowModeIsActiveAndCooldownIsShown( ) throws {
91
91
linkToScenario ( withId: 451 )
92
92
93
- throw XCTSkip ( " Check out SWUI-248 " )
93
+ throw XCTSkip ( " Check out issues/179 " )
94
94
95
95
GIVEN ( " user opens a channel " ) {
96
96
backendRobot. setCooldown ( enabled: true , duration: cooldownDuration)
@@ -115,7 +115,7 @@ final class SlowMode_Tests: StreamTestCase {
115
115
func test_slowModeContinuesActiveAndCooldownIsShownInThreadMessage_whenSlowModeIsActiveAndCooldownIsShownInChannel( ) throws {
116
116
linkToScenario ( withId: 449 )
117
117
118
- throw XCTSkip ( " Check out SWUI-248 " )
118
+ throw XCTSkip ( " Check out issues/179 " )
119
119
120
120
GIVEN ( " user opens a channel " ) {
121
121
backendRobot. setCooldown ( enabled: true , duration: cooldownDuration)
@@ -140,7 +140,7 @@ final class SlowMode_Tests: StreamTestCase {
140
140
func test_slowModeIsNotActiveAndCooldownIsNotShown_whenAMessageIsEdited( ) throws {
141
141
linkToScenario ( withId: 453 )
142
142
143
- throw XCTSkip ( " Check out SWUI-249 " )
143
+ throw XCTSkip ( " Check out issues/179 " )
144
144
145
145
GIVEN ( " user opens a channel " ) {
146
146
backendRobot
0 commit comments