Skip to content

Commit

Permalink
OBPIH-6683 fix conflicts and remove unused selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrawczyk123 committed Jan 30, 2025
1 parent 686f606 commit cf7249c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/receiving/steps/CheckStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { expect, Page } from '@playwright/test';
import BasePageModel from '@/pages/BasePageModel';
import CheckTable from '@/pages/receiving/components/CheckTable';
import DatePicker from '@/components/DatePicker';
import AlertPopup from '@/components/AlertPopup';

class CheckStep extends BasePageModel {
table: CheckTable;

Expand Down Expand Up @@ -40,10 +38,6 @@ class CheckStep extends BasePageModel {
return this.page.getByRole('textbox', { name: 'Shipped on' });
}

get deliveredOnField() {
return this.page.getByRole('textbox', { name: 'Delivered on' });
}

get cancelAllRemainingButton() {
return this.page.getByRole('button', { name: 'Cancel all remaining' });
}
Expand Down

0 comments on commit cf7249c

Please sign in to comment.