test: Updated query_report UI test
This commit is contained in:
parent
4aa59de85f
commit
754caca3ca
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ context('Query Report', () => {
|
|||
'report_type': 'Query Report',
|
||||
'query': 'select * from tabToDo'
|
||||
}, true).as('doc');
|
||||
cy.create_records({
|
||||
doctype: 'ToDo',
|
||||
description: 'this is a test todo for query report'
|
||||
}).as('todos');
|
||||
});
|
||||
|
||||
it('add custom column in report', () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue