test: validate value stored via rating fieldtype on click
This commit is contained in:
parent
d775416a12
commit
0608c6b956
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ context('Rating Control', () => {
|
|||
.should('have.class', 'star-click');
|
||||
cy.get('@dialog').then(dialog => {
|
||||
var value = dialog.get_value('rate');
|
||||
expect(value).to.equal(1)
|
||||
})
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue