@@ -109,7 +109,7 @@ class ConnectSnackBarTest {
109109 fun setup () = hiltRule.inject()
110110
111111 @Test
112- fun compactWidth_WhenNotConnectedAndForYou_ConnectSnackBarShowUp () {
112+ fun compactWidth_notConnectedAndForYou_connectSnackBarShowUp () {
113113 snackbarScreenWithSize(
114114 400 .dp,
115115 1000 .dp,
@@ -128,7 +128,7 @@ class ConnectSnackBarTest {
128128 }
129129
130130 @Test
131- fun compactWidth_WhenNotConnectedAndSaved_ConnectSnackBarShowUp () {
131+ fun compactWidth_notConnectedAndSaved_connectSnackBarShowUp () {
132132 snackbarScreenWithSize(
133133 400 .dp,
134134 1000 .dp,
@@ -147,7 +147,7 @@ class ConnectSnackBarTest {
147147 }
148148
149149 @Test
150- fun compactWidth_WhenNotConnectedAndInterests_ConnectSnackBarShowUp () {
150+ fun compactWidth_notConnectedAndInterests_connectSnackBarShowUp () {
151151 snackbarScreenWithSize(
152152 400 .dp,
153153 1000 .dp,
@@ -166,7 +166,7 @@ class ConnectSnackBarTest {
166166 }
167167
168168 @Test
169- fun mediumWidth_WhenNotConnectedAndForYou_ConnectSnackBarShowUp () {
169+ fun mediumWidth_notConnectedAndForYou_connectSnackBarShowUp () {
170170 snackbarScreenWithSize(
171171 610 .dp,
172172 1000 .dp,
@@ -187,7 +187,7 @@ class ConnectSnackBarTest {
187187 }
188188
189189 @Test
190- fun mediumWidth_WhenNotConnectedAndSaved_ConnectSnackBarShowUp () {
190+ fun mediumWidth_notConnectedAndSaved_connectSnackBarShowUp () {
191191 snackbarScreenWithSize(
192192 610 .dp,
193193 1000 .dp,
@@ -208,7 +208,7 @@ class ConnectSnackBarTest {
208208 }
209209
210210 @Test
211- fun mediumWidth_WhenNotConnectedAndInterests_ConnectSnackBarShowUp () {
211+ fun mediumWidth_notConnectedAndInterests_connectSnackBarShowUp () {
212212 snackbarScreenWithSize(
213213 610 .dp,
214214 1000 .dp,
@@ -229,7 +229,7 @@ class ConnectSnackBarTest {
229229 }
230230
231231 @Test
232- fun expandedWidth_WhenNotConnectedAndForYou_ConnectSnackBarShowUp () {
232+ fun expandedWidth_notConnectedAndForYou_connectSnackBarShowUp () {
233233 snackbarScreenWithSize(
234234 900 .dp,
235235 1000 .dp,
@@ -250,7 +250,7 @@ class ConnectSnackBarTest {
250250 }
251251
252252 @Test
253- fun expandedWidth_WhenNotConnectedAndSaved_ConnectSnackBarShowUp () {
253+ fun expandedWidth_notConnectedAndSaved_connectSnackBarShowUp () {
254254 snackbarScreenWithSize(
255255 900 .dp,
256256 1000 .dp,
@@ -271,7 +271,7 @@ class ConnectSnackBarTest {
271271 }
272272
273273 @Test
274- fun expandedWidth_WhenNotConnectedAndInterests_ConnectSnackBarShowUp () {
274+ fun expandedWidth_notConnectedAndInterests_connectSnackBarShowUp () {
275275 snackbarScreenWithSize(
276276 900 .dp,
277277 1000 .dp,
0 commit comments