Ollie

Results 46 issues of Ollie

I don't see alert_0233 show up on ANDI when I inspect a table with role = "grid" on tANDI. Here is the HTML code that was used to make the...

The comment for the analyzeTable function in tANDI says: "//This function will a table. Only one table at a time". It should say: "//This function will analyze a table. Only...

In the following files there is unused code: 1. handi.js (Line 455): //$("#ANDI508-elementDetails").show(); 2. landi.js (Line 774): //$("#ANDI508-resultsSummary").show(); 3. tandi.js (Line 359): //activeTableIndex = $(table).attr("data-andi508-index") - 1; 4. tandi.js (Line...

Unused Variables: 1. The variable splitMessage (var splitMessage = "";) on line 1581 of tandi.js is not being used. 2. var cellCount = 0; (Line 85 of tandi.js) a. NOTE:This...

Brief Description The previous and next buttons for hidden content do not allow the user to loop through the elements and always stops going forward or backwards when you have...

The link for Coveralls for this repository: https://coveralls.io/github/PyCQA/docformatter says that this repository has 0 percent of the relevant lines covered and the section "Source Files on Master" says that it...

chore
C: stakeholder
U: low

I think it would be better if previous commits were to fail fast if there is a new commit so that old commits would not need to be run when...

https://primer.style/design/components/text/ is showing a 404 error. That page was supposedly created by the PR: https://github.com/primer/design/pull/460

I am wondering if the information in Readme is going to be moved to the appium 2 docs interface like the Readme information in the appium-xcuitest-driver repository in the PR:...

## Appium or Appium Desktop? You are reporting an issue at the Appium Desktop repository. Appium Desktop is a wrapper around Appium. If you are having trouble running tests, it...

bug