Project

General

Profile

Patch #41238 » 0001-Fixes-test-that-fails-due-to-incorrect-expectations.patch

Katsuya HIDAKA, 2024-09-09 20:09

View differences:

test/system/issues_test.rb
274 274

  
275 275
    click_on 'Submit'
276 276

  
277
    assert_equal 1, Issue.find(2).attachments.count
277
    assert_equal 3, Issue.find(2).attachments.count
278 278
  end
279 279

  
280 280
  test "removing issue shows confirm dialog" do
(2-2/2)