|
1 | 1 | testId,title,presentationNumber,setupScript,instructions,assertions |
2 | 2 | navForwardsToRequiredElement,Navigate forwards to a required text input,5,setFocusBeforeRequiredElement,"Starting at the 'Navigate forwards from here' link, navigate to the 'Imaginary Word' text input.",nameOfInput roleTextbox stateRequired |
3 | 3 | navBackToRequiredElement,Navigate backwards to a required text input,6,setFocusAfterRequiredElement,"Starting at the 'Navigate backwards from here' link, navigate to the 'Imaginary Word' text input.",nameOfInput roleTextbox stateRequired |
4 | | -navForwardsToNotRequiredElement,Navigate forwards to a text input with required set to false,10,setFocusBeforeRequiredElement,"Starting at the 'Navigate forwards from here' link, navigate to the 'Imaginary Word' text input.",nameOfInput roleTextbox |
5 | | -navBackToNotRequiredElement,Navigate backwards to a text input with required set to false,11,setFocusAfterRequiredElement,"Starting at the 'Navigate backwards from here' link, navigate to the 'Imaginary Word' text input.",nameOfInput roleTextbox |
| 4 | +navForwardsToNotRequiredElement,Navigate forwards to a text input with required set to false,10,setFocusBeforeNotRequiredElement,"Starting at the 'Navigate forwards from here' link, navigate to the 'Imaginary Word' text input.",nameOfInput roleTextbox |
| 5 | +navBackToNotRequiredElement,Navigate backwards to a text input with required set to false,11,setFocusAfterNotRequiredElement,"Starting at the 'Navigate backwards from here' link, navigate to the 'Imaginary Word' text input.",nameOfInput roleTextbox |
6 | 6 | reqInfoAboutRequiredElement,Request information about a required text input,15,setFocusOnRequiredElement,"Starting at the 'Imaginary Word' text input, read information about the text input.",nameOfInput roleTextbox stateRequired |
7 | | -reqInfoAboutNotRequiredElement,Request information about a text input with required set to false,16,setFocusOnRequiredElement,"Starting at the 'Imaginary Word' text input, read information about the text input.",nameOfInput roleTextbox |
| 7 | +reqInfoAboutNotRequiredElement,Request information about a text input with required set to false,16,setFocusOnNotRequiredElement,"Starting at the 'Imaginary Word' text input, read information about the text input.",nameOfInput roleTextbox |
0 commit comments