mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	docs: fix ignoreCase description (#28121)
This commit is contained in:
		
							parent
							
								
									2ac1cde879
								
							
						
					
					
						commit
						ec2c7024b6
					
				@ -1156,7 +1156,7 @@ Expected attribute value.
 | 
			
		||||
### option: LocatorAssertions.toHaveAttribute.timeout = %%-csharp-java-python-assertions-timeout-%%
 | 
			
		||||
* since: v1.18
 | 
			
		||||
 | 
			
		||||
### option: LocatorAssertions.toHaveAttribute.ignoreCase = %%-js-assertions-timeout-%%
 | 
			
		||||
### option: LocatorAssertions.toHaveAttribute.ignoreCase
 | 
			
		||||
* since: v1.40
 | 
			
		||||
- `ignoreCase` <[boolean]>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								packages/playwright/types/test.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								packages/playwright/types/test.d.ts
									
									
									
									
										vendored
									
									
								
							@ -5709,8 +5709,6 @@ interface LocatorAssertions {
 | 
			
		||||
   */
 | 
			
		||||
  toHaveAttribute(name: string, value: string|RegExp, options?: {
 | 
			
		||||
    /**
 | 
			
		||||
     * Time to retry the assertion for in milliseconds. Defaults to `timeout` in `TestConfig.expect`.
 | 
			
		||||
     *
 | 
			
		||||
     * Whether to perform case-insensitive match. `ignoreCase` option takes precedence over the corresponding regular
 | 
			
		||||
     * expression flag if specified.
 | 
			
		||||
     */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user