Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert #63

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions issues/1/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@
from email.header import decode_header
from playwright.sync_api import sync_playwright, expect

<<<<<<< HEAD:issues/50163_1076/test.py

GMAIL_NAME = "nomandevtur+50163"
GMAIL_APP_PASSWORD = ""
=======
# Enter Gmail credentials for a disposable
GMAIL_NAME = "nomandevtur+55827.2"
GMAIL_APP_PASSWORD = "tpye xlsj axyq nltq"
>>>>>>> main:issues/1/test.py


def get_test_user_info(seed = None, first_name = None, last_name = None):
Expand Down
2 changes: 1 addition & 1 deletion issues/10/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from playwright.sync_api import sync_playwright, expect

GMAIL_NAME = "nomandevtur+54916.2"
GMAIL_APP_PASSWORD = ""
GMAIL_APP_PASSWORD = "tpye xlsj axyq nltq"


def get_test_user_info(seed = None, first_name = None, last_name = None):
Expand Down
2 changes: 1 addition & 1 deletion issues/103/user_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Email login credentials
EMAIL_USERNAME = "[email protected]"
EMAIL_PASSWORD = ""
EMAIL_PASSWORD = "redx tbmr hzpc rbzr"

# Email username postfix
EMAIL_USERNAME_POSTFIX = "52678.4"
Expand Down
2 changes: 1 addition & 1 deletion issues/110/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

NEW_DOT_URL = "https://dev.new.expensify.com:8082"
EMAIL = "[email protected]"
PASSWORD = ""
PASSWORD = "qqdd pegp kagr emax"


class EmailHandler:
Expand Down
87 changes: 0 additions & 87 deletions issues/110/user_tool.py

This file was deleted.

2 changes: 1 addition & 1 deletion issues/118/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


EMAIL = "[email protected]"
PASSWORD = ""
PASSWORD = "aory ezrb qkmi qkas"
NEWDOT_URL = "https://dev.new.expensify.com:8082/"

def user_login(page: Page, email_id: str, password: str):
Expand Down
2 changes: 1 addition & 1 deletion issues/13/user_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


# Utility to generate a random email
def generate_random_email():
def generate_random_email():
timestamp = 123456
return f"testuser+{timestamp}@gmail.com"

Expand Down
2 changes: 1 addition & 1 deletion issues/146/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

NEWDOT_URL = "http://dev.new.expensify.com:8082/"
EXPENSIFY_EMAIL = "[email protected]"
EXPENSIFY_PASSWORD = ""
EXPENSIFY_PASSWORD = "kkfr hqiv yuxq rbso"

TESTING_FLOW = True

Expand Down
134 changes: 0 additions & 134 deletions issues/14958/test.py

This file was deleted.

Loading