Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu committed Nov 6, 2024
1 parent e3aa162 commit 156bdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ TEST: addTests('isQuickPR', [

const stateSelector = [
'.State',
'[class^="StateLabel"]',
'[data-testid="header-state"]',
].join(',');

export const isDraftPR = (): boolean => $(stateSelector)?.textContent!.trim() === 'Draft';
Expand Down

0 comments on commit 156bdf1

Please sign in to comment.