Skip to content

Commit 6dfb587

Browse files
--wip-- [skip ci]
1 parent bb76eb1 commit 6dfb587

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/scraper/bedelias.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ def go_to_groups_and_subjects_page
6767

6868
find('span', text: 'Planes de estudio - FING')
6969

70+
if page.has_css?('.ui-widget-overlay', visible: true, wait: 5)
71+
page.assert_no_selector('.ui-widget-overlay', visible: true)
72+
end
73+
7074
find('.ui-column-filter').set('INGENIERIA EN COMPUTACION')
7175

7276
within('tr', text: 'INGENIERIA EN COMPUTACION', match: :prefer_exact) do

0 commit comments

Comments
 (0)