Skip to content

Commit

Permalink
Adds sleep to additional odd failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 18, 2024
1 parent 5130d56 commit 6b09d4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dashboard/test/system/batch_connect_widgets_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ def make_bc_app(dir, form)

click_on 'Select Path'

sleep 1

table_id = "batch_connect_session_context_path_path_selector_table"
shown_dirs_and_files = find_all("##{table_id} tr td").map { |td| td["innerHTML"] }

Expand Down

0 comments on commit 6b09d4c

Please sign in to comment.