@bigbinary/neeto-playwright-commons 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -188,6 +188,7 @@ declare const COMMON_SELECTORS: {
188
188
  subheader: string;
189
189
  settingsLink: string;
190
190
  ticketFieldTextInput: (label: string | number) => string;
191
+ tableSpinner: string;
191
192
  };
192
193
 
193
194
  declare const NEETO_EDITOR_SELECTORS: {
package/index.js CHANGED
@@ -135,6 +135,7 @@ const COMMON_SELECTORS = {
135
135
  subheader: "subheader",
136
136
  settingsLink: "Settings",
137
137
  ticketFieldTextInput: (label) => `${hyphenize(label)}-text-input`,
138
+ tableSpinner: ".ant-spin",
138
139
  };
139
140
 
140
141
  class CustomCommands {