digi-serve / kitchensink_app

Testing all AppBuilder options.
1 stars 1 forks source link

Additional tweaks to make sure all test pass consistently on my local machine (and hopefully in GitHub) #113

Closed Hiro-Nakamura closed 5 months ago

Hiro-Nakamura commented 5 months ago

OK, this started off as simply making the Text tests truly isolated (using their own table).

Then additional changes in ab_platform_web cause the text box widgets to refresh, so cypress needs to be able to enter Text fields without delay.

Used .GridScroll() in the Datacollection tests as well.

Some additional bulletproofing of the cypress code.

Release Notes

Test Status

These are the new tests.

changed Text Widget to be isolated from other tests.

NOTE: requires this PR

nh758 commented 5 months ago

Also didn't look at the tests, but I assume the failure is because of the cy.gridScroll?

Hiro-Nakamura commented 5 months ago

Also didn't look at the tests, but I assume the failure is because of the cy.gridScroll?

Yeah, you'll notice that now the other PR is accepted, it now passes.