Skip to content

Commit 156bdf1

Browse files
committed
update
1 parent e3aa162 commit 156bdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ TEST: addTests('isQuickPR', [
288288

289289
const stateSelector = [
290290
'.State',
291-
'[class^="StateLabel"]',
291+
'[data-testid="header-state"]',
292292
].join(',');
293293

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

0 commit comments

Comments
 (0)