@@ -37,7 +37,7 @@ final class SlowMode_Tests: StreamTestCase {
3737 func test_slowModeIsActiveAndCooldownIsShown_whenAMessageIsReplied( ) throws {
3838 linkToScenario ( withId: 454 )
3939
40- throw XCTSkip ( " Check out SWUI-247 " )
40+ throw XCTSkip ( " Check out issues/178 " )
4141
4242 GIVEN ( " user opens a channel " ) {
4343 backendRobot. setCooldown ( enabled: true , duration: cooldownDuration)
@@ -65,7 +65,7 @@ final class SlowMode_Tests: StreamTestCase {
6565 func test_newMessageCantBeSent_whenSlowModeIsActiveAndCooldownIsShown( ) throws {
6666 linkToScenario ( withId: 452 )
6767
68- throw XCTSkip ( " Check out SWUI-248 " )
68+ throw XCTSkip ( " Check out issues/179 " )
6969
7070 GIVEN ( " user opens a channel " ) {
7171 backendRobot. setCooldown ( enabled: true , duration: cooldownDuration)
@@ -90,7 +90,7 @@ final class SlowMode_Tests: StreamTestCase {
9090 func test_aMessageCantBeReplied_whenSlowModeIsActiveAndCooldownIsShown( ) throws {
9191 linkToScenario ( withId: 451 )
9292
93- throw XCTSkip ( " Check out SWUI-248 " )
93+ throw XCTSkip ( " Check out issues/179 " )
9494
9595 GIVEN ( " user opens a channel " ) {
9696 backendRobot. setCooldown ( enabled: true , duration: cooldownDuration)
@@ -115,7 +115,7 @@ final class SlowMode_Tests: StreamTestCase {
115115 func test_slowModeContinuesActiveAndCooldownIsShownInThreadMessage_whenSlowModeIsActiveAndCooldownIsShownInChannel( ) throws {
116116 linkToScenario ( withId: 449 )
117117
118- throw XCTSkip ( " Check out SWUI-248 " )
118+ throw XCTSkip ( " Check out issues/179 " )
119119
120120 GIVEN ( " user opens a channel " ) {
121121 backendRobot. setCooldown ( enabled: true , duration: cooldownDuration)
@@ -140,7 +140,7 @@ final class SlowMode_Tests: StreamTestCase {
140140 func test_slowModeIsNotActiveAndCooldownIsNotShown_whenAMessageIsEdited( ) throws {
141141 linkToScenario ( withId: 453 )
142142
143- throw XCTSkip ( " Check out SWUI-249 " )
143+ throw XCTSkip ( " Check out issues/179 " )
144144
145145 GIVEN ( " user opens a channel " ) {
146146 backendRobot
0 commit comments