Skip to content

Commit

Permalink
update: update locators
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Apr 2, 2024
1 parent 1988ca2 commit df78ac1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/pw/pages/selectors.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { helpers } from '@utils/helpers';
import { string } from 'zod';

export const selector = {
// Login
Expand Down Expand Up @@ -1176,8 +1175,8 @@ export const selector = {
contentIframe: '#postdivrich iframe',
contentHtmlBody: '#tinymce',
sendAnnouncementTo: '#announcement_sender_type', // all_seller, selected_seller, enabled_seller, disabled_seller, featured_seller
saveAsDraft: '.draft-btn',
publish: '.publish-btn',
saveAsDraft: 'input.draft-btn',
publish: 'input.publish-btn',

schedule: {
addSchedule: 'span#timestamp a',
Expand Down

0 comments on commit df78ac1

Please sign in to comment.