Skip to content

Commit

Permalink
remove .only(
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Nov 9, 2023
1 parent 5539b69 commit 55876fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CreatorV1/add_properties.testcafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ test('Property with default value', async t => {
.expect(Selector('input[placeholder=\"bar\"]').value).eql('bar');
});

test.only('Check boolean property', async t => {
test('Check boolean property', async t => {
await t.maximizeWindow();

await ClientFunction(() => {
Expand Down

0 comments on commit 55876fb

Please sign in to comment.