alphacyberranger to Programmer [email protected]English • 1 year agoWho did this oneimagemessage-square18arrow-up1643arrow-down111
arrow-up1632arrow-down1imageWho did this onealphacyberranger to Programmer [email protected]English • 1 year agomessage-square18
minus-squareandrewlinkfedilinkEnglish42•1 year agoif !strings.Contains(notification.Text, "People are") { t.Fatal("notification text wrong") } Test coverage maintained. 👈😎👈
minus-squareRedjardlinkfedilink16•1 year agoif !strings.Contains(makeNotification($hot_search_word).Text, '${hot_search_word}') { t.Fatal("notification text wrong") } Wrote the test boss
minus-square@[email protected]linkfedilink4•edit-21 year agoGood work. Now explain to me why this test passed in CI but is clearly broken in production.
if !strings.Contains(notification.Text, "People are") { t.Fatal("notification text wrong") }
Test coverage maintained. 👈😎👈
if !strings.Contains(makeNotification($hot_search_word).Text, '${hot_search_word}') { t.Fatal("notification text wrong") }
Wrote the test boss
Good work. Now explain to me why this test passed in CI but is clearly broken in production.