test: validate value stored via rating fieldtype on click

This commit is contained in:
Mangesh-Khairnar 2019-03-26 10:10:39 +05:30
parent d775416a12
commit 0608c6b956

View file

@ -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)
})
});