Skip to content

Commit

Permalink
Fixed submit button (#712)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Braginsky <[email protected]>
  • Loading branch information
ibragins authored Sep 10, 2023
1 parent 1f7c8ed commit b868f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/views/common.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
export const itemsPerPageToggleButton = "#pagination-id-top-toggle";
export const submitButton = '[id*="form-submit"]';
export const submitButton = "#submit";
export const cancelButton = '[id*="cancel"]';
export const closeButton = "button[aria-label=Close]";
export const confirmButton = "#confirm-dialog-button";
Expand Down

0 comments on commit b868f5e

Please sign in to comment.