mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-31 06:41:35 +00:00
Add playwright tests (#2274)
* Add playwright tests for Autoscale/Manual Throughpout and TTL * fix unit tests and lint * fix unit tests * fix tests * fix autoscale selector * changed throughput above limit --------- Co-authored-by: Asier Isayas <aisayas@microsoft.com>
This commit is contained in:
@@ -127,7 +127,7 @@ export class NotificationConsoleComponent extends React.Component<
|
||||
</span>
|
||||
</span>
|
||||
<span className="consoleSplitter" />
|
||||
<span className="headerStatus">
|
||||
<span className="headerStatus" data-test="notification-console/header-status">
|
||||
<span className="headerStatusEllipsis" aria-live="assertive" aria-atomic="true">
|
||||
{this.state.headerStatus}
|
||||
</span>
|
||||
|
||||
@@ -78,6 +78,7 @@ exports[`NotificationConsoleComponent renders the console 1`] = `
|
||||
/>
|
||||
<span
|
||||
className="headerStatus"
|
||||
data-test="notification-console/header-status"
|
||||
>
|
||||
<span
|
||||
aria-atomic="true"
|
||||
@@ -261,6 +262,7 @@ exports[`NotificationConsoleComponent renders the console 2`] = `
|
||||
/>
|
||||
<span
|
||||
className="headerStatus"
|
||||
data-test="notification-console/header-status"
|
||||
>
|
||||
<span
|
||||
aria-atomic="true"
|
||||
|
||||
Reference in New Issue
Block a user