Skip to content

Commit f0f9287

Browse files
committed
chore(collection/estimation/logic.robot): fix puzzle discovery problem in pdd/0pdd.
Correction for b828462 commit. [skip ci]
1 parent f62ebd2 commit f0f9287

File tree

1 file changed

+2
-2
lines changed
  • src/test/robotframework/collection/estimation

1 file changed

+2
-2
lines changed

src/test/robotframework/collection/estimation/logic.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Series with its price should be taken into account
2020
Submit Form id=add-series-form
2121
Go To ${SITE_URL}/collection/paid/estimation
2222
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.
2424
# See https://github.com/Hi-Fi/robotframework-seleniumlibrary-java/issues/88
2525
Table Header Should Contain collection-estimation 100.00 ${expectedCurrency}
2626

@@ -30,7 +30,7 @@ Series without price should be shown but not taken into account
3030
Submit Form id=add-series-form
3131
Go To ${SITE_URL}/collection/paid/estimation
3232
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.
3434
# See https://github.com/Hi-Fi/robotframework-seleniumlibrary-java/issues/88
3535
Table Header Should Contain collection-estimation 100.00 ${expectedCurrency}
3636

0 commit comments

Comments
 (0)