Skip to content

Commit

Permalink
spec remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Sep 15, 2024
1 parent 1eaad84 commit 6b3f676
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
expect(body).to include('*/2 * * *')
expect(body).to include('Disabled')
expect(body).to include('status-row-warning text-muted')
expect(body).to include('btn btn-warning btn-sm btn-disabled')
expect(body).to include('btn btn-warning btn-sm btn-disabled')
expect(body).to include('Schedule 1.0.1')
expect(body).not_to include(not_operable)
expect(body).not_to include('<time class="ltr" dir="ltr"')
Expand All @@ -169,7 +169,7 @@
expect(body).to include('Disabled')
expect(body).to include('<time class="ltr" dir="ltr"')
expect(body).to include('status-row-warning text-muted')
expect(body).to include('btn btn-warning btn-sm btn-disabled')
expect(body).to include('btn btn-warning btn-sm btn-disabled')
expect(body).to include('Schedule 1.0.1')
expect(body).not_to include(not_operable)
end
Expand Down

0 comments on commit 6b3f676

Please sign in to comment.