mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Fix flaky HeartbeatExportTest
This commit is contained in:
parent
27b1c4c167
commit
9858cec9de
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ class HeartbeatExportTest < ApplicationSystemTestCase
|
|||
test "submitting export date range enqueues job and shows notice" do
|
||||
visit my_settings_data_path
|
||||
|
||||
assert_text "Export all heartbeats" # wait till it's loaded
|
||||
|
||||
start_date = 7.days.ago.to_date.iso8601
|
||||
end_date = Date.current.iso8601
|
||||
set_date_input("start_date", start_date)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue