Skip to content

Commit 32e00e7

Browse files
committed
OXDEV-10002 Fix codeceptions
1 parent 60250e3 commit 32e00e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Codeception/Acceptance/TwoFAAuthenticationCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TwoFAAuthenticationCest extends BaseCest
2424
{
2525
private string $otpInput = '#auth_code';
2626
private string $otpSubmitBtn = '#auth_submit';
27-
private string $otpResendBtn = 'RESENT_CODE';
27+
private string $otpResendBtn = 'RESEND_CODE';
2828

2929
public function _before(AcceptanceTester $I): void
3030
{

0 commit comments

Comments
 (0)