File tree 1 file changed +2
-2
lines changed
src/test/robotframework/collection/estimation 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Series with its price should be taken into account
20
20
Submit Form id=add-series-form
21
21
Go To ${SITE_URL } /collection/paid/estimation
22
22
Table Cell Should Contain collection-estimation row=2 column=2 text=100.00 ${expectedCurrency }
23
- # TODO : use "Table Footer Should Contain" instead, when it will be fixed.
23
+ # FIXME : use "Table Footer Should Contain" instead, when it will be fixed.
24
24
# See https://github.com/Hi-Fi/robotframework-seleniumlibrary-java/issues/88
25
25
Table Header Should Contain collection-estimation 100.00 ${expectedCurrency }
26
26
@@ -30,7 +30,7 @@ Series without price should be shown but not taken into account
30
30
Submit Form id=add-series-form
31
31
Go To ${SITE_URL } /collection/paid/estimation
32
32
Table Cell Should Contain collection-estimation row=3 column=2 text=${EMPTY }
33
- # TODO : use "Table Footer Should Contain" instead, when it will be fixed.
33
+ # FIXME : use "Table Footer Should Contain" instead, when it will be fixed.
34
34
# See https://github.com/Hi-Fi/robotframework-seleniumlibrary-java/issues/88
35
35
Table Header Should Contain collection-estimation 100.00 ${expectedCurrency }
36
36
You can’t perform that action at this time.
0 commit comments