BillyTom

Results 8 issues of BillyTom

On the [demo page](http://taitems.github.io/Aristo-jQuery-UI-Theme/) there is a display bug in the accordion-section. Using Firefox 20 I can see a dotted outline when I click on the label of an accordeon...

The option "Force maintain ratio" does not work correctly when Desmume runs in a maximized window. See the screenshots below. The characters on the left seem squeezed when the window...

I am glad that this Github Action exists. I am using it to upload html reports to a separate host that does not have directory listing enabled for security reasons,...

**Is your feature request related to a problem? Please describe.** Usability problem: Our test cases have very long descriptions, but the nav bar on the left side of the report...

I have been using cy-verify-downloads version 0.2.4 for a while now, and I just noticed an unwanted behaviour. I accidentally changed one of my test suites so that it would...

enhancement
help wanted
good first issue

My test suites have long descriptions that include some environment variables from cypress. Example: ``` const productCategory: string = Cypress.env('E2E_PRODUCT_CATEGORY'); const productName: string = Cypress.env('E2E_PRODUCT_NAME'); const productPrice: number = Cypress.env('E2E_PRODUCT_PRICE');...

**Describe the bug** I have a filter for certain keywords in Voyager. I am talking about the option that is located in "Settings => Filter and Blocks => Filtered keywords"...

bug

The README file says the following about [assertions](https://github.com/bahmutov/cypress-if?tab=readme-ov-file#assertions): > By default, the .if() command just checks the existence of the element returned by the cy.get command. So it can be...