parent
de5b889445
commit
8e50e58844
2 changed files with 3 additions and 2 deletions
|
|
@ -1209,8 +1209,9 @@
|
|||
margin:14px 0px 8px;
|
||||
}
|
||||
ul{
|
||||
list-style-type: none;
|
||||
padding-left:10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
li{
|
||||
font-size:1em;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ RSpec.describe "Deleting Comment", type: :feature, js: true do
|
|||
sign_in user
|
||||
end
|
||||
|
||||
it "works", retry: 3 do
|
||||
it "works" do
|
||||
visit "/"
|
||||
visit comment.path + "/delete_confirm"
|
||||
click_link("DELETE")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue