- Issue created by @adamps
- π¬π§United Kingdom adamps
Now have a triple green on the test resultsπ. OK with you?
I have never installed the necessary for infrastructure for FunctionalJavascript tests. Probably we need just one test, so it's not really efficient for me to learn it. Would you be willing to do it yourself please?
In
DeclarationFormTest::testOralDeclarationRecordedByStaff()
, the return statement should be down to just before@todo Fix when added code for cancellation.
. It just needs some ajax to add evidence, which might start something like$this->assertSession()->waitForElementVisible('named', ['button', 'Add new Gift Aid evidence'])->press();
- π¬π§United Kingdom jonathanshaw Stroud, UK
I have never installed the necessary for infrastructure for FunctionalJavascript tests. Probably we need just one test, so it's not really efficient for me to learn it. Would you be willing to do it yourself please?
In DeclarationFormTest::testOralDeclarationRecordedByStaff(), the return statement should be down to just before @todo Fix when added code for cancellation.. It just needs some ajax to add evidence, which might start something like
$this->assertSession()->waitForElementVisible('named', ['button', 'Add new Gift Aid evidence'])->press();
Maybe best to make this a seperate issue? I can do it.