-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSolutionLog
26 lines (21 loc) · 845 Bytes
/
SolutionLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
1. Return strange error, run every behaviour individually ok.
A: Does the error stack trace contains "should_not"? I had cases before, application helper has method
alias should_not_allow do_not_allow
When RSpec runs, it thinks 'should_not_allow' as a behaviour. Deleted that alias fixed the problem
2.
#TODO
# Assertion:
# - disabled
# assertFormNotPresent()
# assertFormNotPresent(formName)
# assertFormPresent()
# assertFormPresent(formName)
# assertFramePresent(frameName)
# assertLinkNotPresentWithImage(imageFileName)
# assertLinkPresentWithImage(imageFileName)
# assertSubmitButtonPresent(buttonName)
# assertSubmitButtonPresent(buttonName, expectedValue)
# assertSubmitButtonNotPresent(buttonName)
# assertWindowPresent(windowName)
# assertWindowPresentWithTitle(windowTitle)
# assertOptionsEqual