Skip to main content
May 13, 2021
Question

FitNesse: Intermittent issue clearing record user filter

  • May 13, 2021
  • 1 reply
  • 0 views

Using code similar to the following I'm finding that record user filters are not always clearing.

|populate record type user filter|Filter1|with|Value|
|clear record type user filter   |Filter1           |
|populate record type user filter|Filter2|with|Value|
|clear record type user filter   |Filter2           |

Watching the script execution I can see that the field is focused and FitNesse tries to do something the clear fails.
Sometimes it throws the following error "clear record type user filter An error has occurred: User Filter" but there is no more details on the cause

FitNesseForAppian Release v20.2.1
FitNesse Release v20200501



1 reply

May 13, 2021

I've also tried adding a wait between the populate and clear but the issue remains