File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
test/AzureOpenAIProxy.AppHost.Tests/PlaygroundApp/Pages Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_Jav
5353 }
5454
5555 [ Theory ]
56- [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" display : fixed;\" ></div>" ) ]
56+ [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" position : fixed; z-index: 9999 ;\" ></div>" ) ]
5757 public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_HTML_Elements ( string expected )
5858 {
5959 // Arrange
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_Jav
5353 }
5454
5555 [ Theory ]
56- [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" display : fixed;\" ></div>" ) ]
56+ [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" position : fixed; z-index: 9999 ;\" ></div>" ) ]
5757 public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_HTML_Elements ( string expected )
5858 {
5959 // Arrange
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_Jav
6262 }
6363
6464 [ Theory ]
65- [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" display : fixed;\" ></div>" ) ]
65+ [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" position : fixed; z-index: 9999 ;\" ></div>" ) ]
6666 public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_HTML_Elements ( string expected )
6767 {
6868 // Arrange
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_Jav
5353 }
5454
5555 [ Theory ]
56- [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" display : fixed;\" ></div>" ) ]
56+ [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" position : fixed; z-index: 9999 ;\" ></div>" ) ]
5757 public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_HTML_Elements ( string expected )
5858 {
5959 // Arrange
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_Jav
5353 }
5454
5555 [ Theory ]
56- [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" display : fixed;\" ></div>" ) ]
56+ [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" position : fixed; z-index: 9999 ;\" ></div>" ) ]
5757 public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_HTML_Elements ( string expected )
5858 {
5959 // Arrange
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_Jav
5151 }
5252
5353 [ Theory ]
54- [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" display : fixed;\" ></div>" ) ]
54+ [ InlineData ( "<div class=\" fluent-tooltip-provider\" style=\" position : fixed; z-index: 9999 ;\" ></div>" ) ]
5555 public async Task Given_Resource_When_Invoked_Endpoint_Then_It_Should_Return_HTML_Elements ( string expected )
5656 {
5757 // Arrange
You can’t perform that action at this time.
0 commit comments