We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb76eb1 commit 6dfb587Copy full SHA for 6dfb587
lib/scraper/bedelias.rb
@@ -67,6 +67,10 @@ def go_to_groups_and_subjects_page
67
68
find('span', text: 'Planes de estudio - FING')
69
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
+
74
find('.ui-column-filter').set('INGENIERIA EN COMPUTACION')
75
76
within('tr', text: 'INGENIERIA EN COMPUTACION', match: :prefer_exact) do
0 commit comments