Skip to content

Commit

Permalink
attempt to fix signature pad test (2)(lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Jan 5, 2024
1 parent b475eac commit f5d3a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Library/question_types.testcafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test('text', async t => {
test('signaturepad', async t => {
await t
.maximizeWindow()
.navigateTo("https://surveyjstest.azurewebsites.net/form-library/examples/signature-pad-widget-javascript")
.navigateTo('https://surveyjstest.azurewebsites.net/form-library/examples/signature-pad-widget-javascript')
.expect(Selector('.sd-signaturepad').find('canvas').visible).ok()
//.expect(Selector('[title="Clear"]').visible).ok()
// .click(Selector('.form-element').find('.form-element__input.form-element--inverse'))
Expand Down

0 comments on commit f5d3a50

Please sign in to comment.