Hypertopic / HyperGlosae

A Nelsonian hypertext infrastructure for digital humanities
11 stars 21 forks source link

45 - Add a comment to a film extract #193

Open EnzoSimonoviciUTT opened 5 months ago

EnzoSimonoviciUTT commented 5 months ago

We, BRAËMS Jerôme, VERNET William, GONG Tony and SIMONOVICI Enzo, hereby grant to Hyperglosae maintainers the right to publish our contribution under the terms of any licenses the Free Software Foundation classifies as Free Software Licenses.

EnzoSimonoviciUTT commented 5 months ago

@benel le test fonctionne localement mais pas sur github

benel commented 5 months ago

@EnzoSimonoviciUTT

I don't know how it comes that it work on your computer but I found this related discussion about using multiline regex in RSpec match():

https://stackoverflow.com/questions/5239997/regex-how-to-match-multiple-lines

benel commented 5 months ago

@EnzoSimonoviciUTT @jeromeBRM @ToGoSleep

If you trace the test step by step by using page.save_screenshot, it appears that the problem (or a part of it) is already in the previous test step: the YouTube video is not loaded yet, and (therefore?) , pressing CTRL+SPACE has no effect.

You may find a way to wait for YouTube to be loaded:

benel commented 5 months ago

@jeromeBRM @EnzoSimonoviciUTT @ToGoSleep

Do not forget to tell me if you are stuck and need help between class sessions.