Skip to content

Commit b506235

Browse files
committed
fix typo
1 parent 61b716b commit b506235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/putaway/createMoreThan1PutawayForTheSameItem.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ test.describe('Create more than 1 putaway from the same item', () => {
143143
await createPutawayPage.completeStep.isLoaded();
144144
});
145145

146-
await test.step('Accept dialog and and complete putaway', async () => {
146+
await test.step('Accept dialog and complete putaway', async () => {
147147
await createPutawayPage.completeStep.isLoaded();
148148
await createPutawayPage.completeStep.completePutawayButton.click();
149149
await expect(

0 commit comments

Comments
 (0)