updated layout for webmail
This commit is contained in:
@@ -49,7 +49,7 @@ func TestAdminRulesAddMultiConditionAndRenders(t *testing.T) {
|
||||
if !strings.Contains(body, "to contains "sales"") || !strings.Contains(body, "AND") {
|
||||
t.Fatalf("expected the rendered condition summary to show both AND'd conditions, got: %s", body)
|
||||
}
|
||||
if !strings.Contains(body, "Mark as Spam") {
|
||||
if !strings.Contains(body, "Mark as Junk") {
|
||||
t.Fatal("expected the mark_as_spam action to render")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user